Skip to content

Commit

Permalink
hv_netvsc: select needed ucs2_string routine
Browse files Browse the repository at this point in the history
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 <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Apr 23, 2018
1 parent e0ada51 commit 48d7a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/hyperv/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config HYPERV_NET
tristate "Microsoft Hyper-V virtual network driver"
depends on HYPERV
select UCS2_STRING
help
Select this option to enable the Hyper-V virtual network driver.

0 comments on commit 48d7a07

Please sign in to comment.