projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0322a2b
)
Use menuconfig objects: PCMCIA
author
Jan Engelhardt
<
[email protected]
>
Tue, 16 Oct 2007 08:23:48 +0000
(
01:23
-0700)
committer
Linus Torvalds
<
[email protected]
>
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 <
[email protected]
>
Cc: Dominik Brodowski <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/pcmcia/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pcmcia/Kconfig
b/drivers/pcmcia/Kconfig
index c0c77f82d051ee4ab8dcc910f4278e7458528f22..f201bd6731373471bdf14a01bd4a222ed99ce18c 100644
(file)
--- a/
drivers/pcmcia/Kconfig
+++ b/
drivers/pcmcia/Kconfig
@@
-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