lkml.org 
[lkml]   [2003]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2.4.22-pre10] Cleanup SCSI lowlevel driver submenu
Date
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
--- 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
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.046 / U:0.960 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site