* [PATCH] only show the "PCMCIA SCSI drivers" submenu if "PCMCIA SCSI drivers" is selected
@ 2003-01-01 17:04 Tomas Szepe
0 siblings, 0 replies; only message in thread
From: Tomas Szepe @ 2003-01-01 17:04 UTC (permalink / raw)
To: Linus Torvalds; +Cc: lkml
Trivial: This is a follow-up to your "Gigabit Ethernet submenu" precedent.
Only show the PCMCIA SCSI drivers submenu if the "PCMCIA SCSI drivers"
entry is selected.
--
Tomas Szepe <szepe@pinerecords.com>
diff -urN a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig
--- a/drivers/scsi/pcmcia/Kconfig 2002-12-08 20:06:19.000000000 +0100
+++ b/drivers/scsi/pcmcia/Kconfig 2003-01-01 18:02:31.000000000 +0100
@@ -2,10 +2,8 @@
# PCMCIA SCSI adapter configuration
#
-menu "PCMCIA SCSI adapter support"
- depends on SCSI!=n && HOTPLUG && PCMCIA!=n
-
config SCSI_PCMCIA
+ depends on SCSI!=n && HOTPLUG && PCMCIA!=n
bool "PCMCIA SCSI adapter support"
help
Say Y here if you intend to attach a PCMCIA or CardBus card to your
@@ -16,6 +14,9 @@
kernel: saying N will just cause the configurator to skip all
the questions PCMCIA SCSI host adapters.
+menu "PCMCIA SCSI adapter support"
+ depends on SCSI_PCMCIA
+
config PCMCIA_AHA152X
tristate "Adaptec AHA152X PCMCIA support"
depends on SCSI_PCMCIA && m
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-01 16:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-01 17:04 [PATCH] only show the "PCMCIA SCSI drivers" submenu if "PCMCIA SCSI drivers" 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®