Messages in this thread Patch in this message |  | | | From | Marc-Christian Petersen <> | | Subject | [PATCH 2.4.22-pre10] Cleanup SCSI lowlevel driver submenu | | Date | Fri, 1 Aug 2003 12:39:46 +0200 | |
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 |  |