[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <201111181840.52672.bvanassche@acm.org>
Date: Fri, 18 Nov 2011 18:40:52 +0100
From: Bart Van Assche <bvanassche@....org>
To: linux-kernel@...r.kernel.org,
"Greg Kroah-Hartman" <gregkh@...e.de>,
James Bottomley <JBottomley@...allels.com>,
"K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH 1/2] hv: Add Kconfig menu entry
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@....org>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: James Bottomley <JBottomley@...allels.com>
Cc: K. Y. Srinivasan <kys@...rosoft.com>
---
drivers/hv/Kconfig | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
index 9fa09ac..70f5dde 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
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists