]> git.neil.brown.name Git - history.git/commitdiff
Make USB storage select SCSI support automatically, instead
authorLinus Torvalds <torvalds@home.osdl.org>
Fri, 22 Aug 2003 05:01:57 +0000 (22:01 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Fri, 22 Aug 2003 05:01:57 +0000 (22:01 -0700)
of requiring users to select SCSI in order to see it.

drivers/usb/storage/Kconfig

index c2a8d5c4574c1ddfe1ff170fb9c13670372ace7d..7d923c562806478a4bf8e6f6f7ff51b3bb6cf940 100644 (file)
@@ -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,