mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
Use menuconfig objects: PCMCIA
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>
This commit is contained in:
parent
0322a2b840
commit
42c5323cdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user