diff options
| -rw-r--r-- | drivers/hv/Kconfig | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 9fa09ac000a..70f5dde1cc5 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig @@ -1,3 +1,5 @@ +menu "Microsoft Hyper-V guest support" +  config HYPERV  	tristate "Microsoft Hyper-V client drivers"  	depends on X86 && ACPI && PCI @@ -11,4 +13,4 @@ config HYPERV_UTILS  	help  	  Select this option to enable the Hyper-V Utilities. - +endmenu  |