Kconfig (0d62939fab3cf28a23ac6934cec599793d3a1d9d) | Kconfig (2cbbf3576aa9eae9a92f2669f38a453b6cb8e956) |
---|---|
1# 2# USB Storage driver configuration 3# 4 5comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may" 6comment "also be needed; see USB_STORAGE Help for more info" 7 depends on USB 8 --- 18 unchanged lines hidden (view full) --- 27config USB_STORAGE_DEBUG 28 bool "USB Mass Storage verbose debug" 29 depends on USB_STORAGE 30 help 31 Say Y here in order to have the USB Mass Storage code generate 32 verbose debugging messages. 33 34config USB_STORAGE_DATAFAB | 1# 2# USB Storage driver configuration 3# 4 5comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may" 6comment "also be needed; see USB_STORAGE Help for more info" 7 depends on USB 8 --- 18 unchanged lines hidden (view full) --- 27config USB_STORAGE_DEBUG 28 bool "USB Mass Storage verbose debug" 29 depends on USB_STORAGE 30 help 31 Say Y here in order to have the USB Mass Storage code generate 32 verbose debugging messages. 33 34config USB_STORAGE_DATAFAB |
35 bool "Datafab Compact Flash Reader support" | 35 tristate "Datafab Compact Flash Reader support" |
36 depends on USB_STORAGE 37 help 38 Support for certain Datafab CompactFlash readers. 39 Datafab has a web page at <http://www.datafabusa.com/>. 40 | 36 depends on USB_STORAGE 37 help 38 Support for certain Datafab CompactFlash readers. 39 Datafab has a web page at <http://www.datafabusa.com/>. 40 |
41 If this driver is compiled as a module, it will be named ums-datafab. 42 |
|
41config USB_STORAGE_FREECOM 42 tristate "Freecom USB/ATAPI Bridge support" 43 depends on USB_STORAGE 44 help 45 Support for the Freecom USB to IDE/ATAPI adaptor. 46 Freecom has a web page at <http://www.freecom.de/>. 47 48 If this driver is compiled as a module, it will be named ums-freecom. --- 129 unchanged lines hidden --- | 43config USB_STORAGE_FREECOM 44 tristate "Freecom USB/ATAPI Bridge support" 45 depends on USB_STORAGE 46 help 47 Support for the Freecom USB to IDE/ATAPI adaptor. 48 Freecom has a web page at <http://www.freecom.de/>. 49 50 If this driver is compiled as a module, it will be named ums-freecom. --- 129 unchanged lines hidden --- |