[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20061026215946.71267896.randy.dunlap@oracle.com>
Date: Thu, 26 Oct 2006 21:59:46 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...l.org>, holzheu@...ibm.com
Subject: [PATCH] move SYS_HYPERVISOR inside the Generic Driver menu
From: Randy Dunlap <randy.dunlap@...cle.com>
Put SYS_HYPERVISOR inside the Generic Driver Config menu
where it should be. Otherwise xconfig displays it as a
dangling (lost) menu item under Device Drivers, all by
itself (when all options are displayed).
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/base/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--- linux-2619-rc3-pv.orig/drivers/base/Kconfig
+++ linux-2619-rc3-pv/drivers/base/Kconfig
@@ -37,8 +37,8 @@ config DEBUG_DRIVER
If you are unsure about this, say N here.
-endmenu
-
config SYS_HYPERVISOR
bool
default n
+
+endmenu
---
-
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