aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hyperv/Kconfig')
-rw-r--r--drivers/net/hyperv/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/hyperv/Kconfig b/drivers/net/hyperv/Kconfig
new file mode 100644
index 000000000..ca7bf7f89
--- /dev/null
+++ b/drivers/net/hyperv/Kconfig
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+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.