hv: Add Kconfig menu entry
authorBart Van Assche <bvanassche@acm.org>
Fri, 18 Nov 2011 17:40:52 +0000 (18:40 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 01:05:34 +0000 (17:05 -0800)
Most of the drivers/*/Kconfig files define a menu entry. Define
a menu item for hv too such that it becomes uniform with e.g.
virtio for at least "make xconfig" and "make menuconfig" users.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hv/Kconfig

index 9fa09ac..70f5dde 100644 (file)
@@ -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