Use menuconfig objects: PCMCIA
authorJan Engelhardt <jengelh@linux01.gwdg.de>
Tue, 16 Oct 2007 08:23:48 +0000 (01:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:42:49 +0000 (09:42 -0700)
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pcmcia/Kconfig

index c0c77f8..f201bd6 100644 (file)
@@ -2,9 +2,7 @@
 # PCCARD (PCMCIA/CardBus) bus subsystem configuration
 #
 
-menu "PCCARD (PCMCIA/CardBus) support"
-
-config PCCARD
+menuconfig PCCARD
        tristate "PCCard (PCMCIA/CardBus) support"
        depends on HOTPLUG
        ---help---
@@ -278,5 +276,3 @@ config PCCARD_IODYN
        bool
 
 endif  # PCCARD
-
-endmenu