On Wed, 6 Dec 2006 10:14:41 -0800 Matthew Dharm wrote:

> Do we want to make those comments depend on USB && !USB_STORAGE ?

I don't think that it matters very much, but I changed & tested it
anyway.

---
From: Randy Dunlap <[EMAIL PROTECTED]>

USB_STORAGE was changed from "select" SCSI to depends on SCSI
at some point, so change the "comment" text to match that.
Also make comments depend on USB so that they are all
presented or not presented.
Make all comments fit in an 80-column term for menuconfig.

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
 drivers/usb/storage/Kconfig |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

--- linux-2.6.19-git7.orig/drivers/usb/storage/Kconfig
+++ linux-2.6.19-git7/drivers/usb/storage/Kconfig
@@ -2,9 +2,12 @@
 # USB Storage driver configuration
 #
 
-comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
-comment "may also be needed; see USB_STORAGE Help for more information"
-       depends on USB
+comment "NOTE: USB_STORAGE requires SCSI support;"
+       depends on USB && USB_STORAGE=n
+comment "+ 'SCSI disk support' may also be needed;"
+       depends on USB && USB_STORAGE=n
+comment "+ see USB_STORAGE Help for more information"
+       depends on USB && USB_STORAGE=n
 
 config USB_STORAGE
        tristate "USB Mass Storage support"

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to