ChangeSet 1.1608.84.21, 2004/03/10 12:22:42-08:00, bunk@fs.tum.de [PATCH] USB_STORAGE: remove a comment In 2.6, USB_STORAGE selects SCSI, so there's no longer a need for this comment. drivers/usb/storage/Kconfig | 2 -- 1 files changed, 2 deletions(-) diff -Nru a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig --- a/drivers/usb/storage/Kconfig Tue Mar 16 15:02:31 2004 +++ b/drivers/usb/storage/Kconfig Tue Mar 16 15:02:31 2004 @@ -1,8 +1,6 @@ # # USB Storage driver configuration # -comment "SCSI support is needed for USB Storage" - depends on USB && SCSI=n config USB_STORAGE tristate "USB Mass Storage support"