From: Tomas Szepe <szepe@pinerecords.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] only show the "PCMCIA SCSI drivers" submenu if "PCMCIA SCSI drivers" is selected
Date: Wed, 1 Jan 2003 18:04:29 +0100 [thread overview]
Message-ID: <20030101170429.GI15200@louise.pinerecords.com> (raw)
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
reply other threads:[~2003-01-01 16:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030101170429.GI15200@louise.pinerecords.com \
--to=szepe@pinerecords.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®