* [PATCH] only show the PCMCIA/CardBus submenu if "PCMCIA/CardBus support" is selected
@ 2003-01-01 16:07 Tomas Szepe
0 siblings, 0 replies; only message in thread
From: Tomas Szepe @ 2003-01-01 16:07 UTC (permalink / raw)
To: Linus Torvalds; +Cc: lkml
Trivial: This is a follow-up to your "Gigabit Ethernet submenu" precedent.
Only show the PCMCIA/CardBus submenu if the PCMCIA/CardBus entry
is selected.
--
Tomas Szepe <szepe@pinerecords.com>
diff -urN a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
--- a/drivers/pcmcia/Kconfig 2002-10-31 02:33:50.000000000 +0100
+++ b/drivers/pcmcia/Kconfig 2003-01-01 17:03:59.000000000 +0100
@@ -5,10 +5,8 @@
# by the integrated kernel driver.
#
-menu "PCMCIA/CardBus support"
- depends on HOTPLUG
-
config PCMCIA
+ depends on HOTPLUG
tristate "PCMCIA/CardBus support"
---help---
Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
@@ -29,6 +27,9 @@
and ds.o. If you want to compile it as a module, say M here and
read <file:Documentation/modules.txt>.
+menu "PCMCIA/CardBus support config"
+ depends on PCMCIA
+
config CARDBUS
bool "CardBus support"
depends on PCMCIA && PCI
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-01 15:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-01 16:07 [PATCH] only show the PCMCIA/CardBus submenu if "PCMCIA/CardBus support" is selected Tomas Szepe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®