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/CardBus submenu if "PCMCIA/CardBus support" is selected
Date: Wed, 1 Jan 2003 17:07:39 +0100 [thread overview]
Message-ID: <20030101160739.GD15200@louise.pinerecords.com> (raw)
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
reply other threads:[~2003-01-01 15:59 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=20030101160739.GD15200@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®