Commit 23a29063 authored by Linus Torvalds's avatar Linus Torvalds Committed by Trond Myklebust

Make USB storage select SCSI support automatically, instead

of requiring users to select SCSI in order to see it.
parent 79bcb732
......@@ -6,7 +6,8 @@ comment "SCSI support is needed for USB Storage"
config USB_STORAGE
tristate "USB Mass Storage support"
depends on USB && SCSI
depends on USB
select SCSI
---help---
Say Y here if you want to connect USB mass storage devices to your
computer's USB port. This is the driver you need for USB floppy drives,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment