Commit 7cc82439 authored by pefoley2@verizon.net's avatar pefoley2@verizon.net Committed by Greg Kroah-Hartman

staging: hv: make HYPERV_UTILS depend on NLS to prevent a build error

When HYPERV_UTILS=y and NLS=n the build fails with this error:
MODPOST 3 modules
ERROR: "utf8s_to_utf16s" [drivers/staging/hv/hv_utils.ko] undefined!
This patch fixes this by adding a dependency on NLS to HYPERV_UTILS.
Signed-off-by: default avatarPeter Foley <pefoley2@verizon.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a8a854d3
...@@ -31,7 +31,7 @@ config HYPERV_NET ...@@ -31,7 +31,7 @@ config HYPERV_NET
config HYPERV_UTILS config HYPERV_UTILS
tristate "Microsoft Hyper-V Utilities driver" tristate "Microsoft Hyper-V Utilities driver"
depends on CONNECTOR depends on CONNECTOR && NLS
default HYPERV default HYPERV
help help
Select this option to enable the Hyper-V Utilities. Select this option to enable the Hyper-V Utilities.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment