From: Sean MacLennan <smaclennan@pikatech.com>
To: langa2@kph.uni-mainz.de
Cc: linuxppc-dev@ozlabs.org
Subject: [PATCH] Kconfig scsi_wait_scan
Date: Wed, 09 Jan 2008 12:44:09 -0500 [thread overview]
Message-ID: <478507E9.1060508@pikatech.com> (raw)
Michael,
I find I need to add a string to the SCSI_WAIT_SCAN tristate in order to
be able to turn the module off. See the patch below. On our embedded
appliance the only use for SCSI is for the usb_storage driver.
Cheers,
Sean MacLennan
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
---
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index a6676be..960dc78 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -248,7 +248,7 @@ config SCSI_SCAN_ASYNC
or async on the kernel's command line.
config SCSI_WAIT_SCAN
- tristate
+ tristate "SCSI wait scan"
default m
depends on SCSI
depends on MODULES
reply other threads:[~2008-01-09 17: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=478507E9.1060508@pikatech.com \
--to=smaclennan@pikatech.com \
--cc=langa2@kph.uni-mainz.de \
--cc=linuxppc-dev@ozlabs.org \
/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).