linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4.22-pre10] Cleanup SCSI lowlevel driver submenu
Date: Fri, 1 Aug 2003 12:39:46 +0200	[thread overview]
Message-ID: <200307312215.57784.m.c.p@wolk-project.de> (raw)

[-- 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

                 reply	other threads:[~2003-08-01 10:44 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=200307312215.57784.m.c.p@wolk-project.de \
    --to=m.c.p@wolk-project.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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;
as well as URLs for NNTP newsgroup(s).