Skip to content

Commit 48d7a07

Browse files
shemmingerdavem330
authored andcommitted
hv_netvsc: select needed ucs2_string routine
The conversion of rndis friendly name to utf8 uses a standard kernel routine which is optional in config. Therefore build would fail for some configurations. Resolve by selecting needed library. Fixes: 0fe554a ("hv_netvsc: propogate Hyper-V friendly name into interface alias") Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e0ada51 commit 48d7a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/hyperv/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config HYPERV_NET
22
tristate "Microsoft Hyper-V virtual network driver"
33
depends on HYPERV
4+
select UCS2_STRING
45
help
56
Select this option to enable the Hyper-V virtual network driver.

0 commit comments

Comments
 (0)