mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
USB: storage: adjust comment in Kconfig
Since commit 65934a9
("Make USB storage depend on SCSI rather than selecting
it [try #6]") the comment at the top of drivers/usb/storage/Kconfig is
incorrect. Adjust it to the current situation.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ddcb01ff9b
commit
659d643462
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
# USB Storage driver configuration
|
# USB Storage driver configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
|
comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;"
|
||||||
comment "may also be needed; see USB_STORAGE Help for more information"
|
comment "see USB_STORAGE Help for more information"
|
||||||
depends on USB
|
depends on USB
|
||||||
|
|
||||||
config USB_STORAGE
|
config USB_STORAGE
|
||||||
|
|
Loading…
Reference in a new issue