]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[PATCH] move SYS_HYPERVISOR inside the Generic Driver menu
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 28 Oct 2006 17:38:55 +0000 (10:38 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 28 Oct 2006 18:30:55 +0000 (11:30 -0700)
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@oracle.com>
Cc: <holzheu@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/Kconfig

index 0b4e22436935d8c4403a5d0dafa8090780cbca3e..1429f3a2629e60003e575bb02c5dd6fe97470e3c 100644 (file)
@@ -37,8 +37,8 @@ config DEBUG_DRIVER
 
          If you are unsure about this, say N here.
 
-endmenu
-
 config SYS_HYPERVISOR
        bool
        default n
+
+endmenu