linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4.22-pre10] Cleanup SCSI lowlevel driver submenu
@ 2003-08-01 10:39 Marc-Christian Petersen
  0 siblings, 0 replies; only message in thread
From: Marc-Christian Petersen @ 2003-08-01 10:39 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

Hi Marcelo,

I've been getting complaints about the menu structure from the linux kernel 
config subsystem for a _long time_. Now let's clean up the SCSI lowlevel 
driver submenu. It's now possible to select/deselect SCSI lowlevel drivers at 
once.

More cleanups for different menu's are following.

Please apply for 2.4.22-pre10. Thank you :)

ciao, Marc

[-- Attachment #2: 2.4-scsi-config-cleanup.patch --]
[-- Type: text/x-diff, Size: 619 bytes --]

--- a/drivers/scsi/Config.in	2002-12-31 09:39:19.000000000 +0100
+++ b/drivers/scsi/Config.in	2002-12-31 10:02:27.000000000 +0100
@@ -31,6 +31,8 @@ bool '  SCSI logging facility' CONFIG_SC
 
 mainmenu_option next_comment
 comment 'SCSI low-level drivers'
+bool 'SCSI low-level drivers' CONFIG_SCSI_LOWLEVEL
+if [ "$CONFIG_SCSI_LOWLEVEL" != "n" ]; then
 
 if [ "$CONFIG_SGI_IP22" = "y" ]; then
    dep_tristate 'SGI WD93C93 SCSI Driver' CONFIG_SGIWD93_SCSI $CONFIG_SCSI
@@ -257,6 +259,8 @@ if [ "$CONFIG_ZORRO" = "y" ]; then
    fi
 fi
 
+fi
+
 endmenu
 
 if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-01 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-01 10:39 [PATCH 2.4.22-pre10] Cleanup SCSI lowlevel driver submenu Marc-Christian Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).