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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- linux-2.6.19-git7.orig/drivers/usb/storage/Kconfig +++ linux-2.6.19-git7/drivers/usb/storage/Kconfig @@ -2,8 +2,11 @@ # 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" +comment "NOTE: USB_STORAGE requires SCSI support;" + depends on USB +comment "'SCSI disk support' may also be needed;" + depends on USB +comment "see USB_STORAGE Help for more information" depends on USB config USB_STORAGE --- ------------------------------------------------------------------------- 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