mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 19:07:32 +07:00
48d7a07ba3
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: 0fe554a46a
("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>
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
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.
|