lkml.org 
[lkml]   [2003]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] only show the "PCMCIA SCSI drivers" submenu if "PCMCIA SCSI drivers" is selected
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.033 / U:0.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site