Kconfig (631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c) | Kconfig (115bb1ffa54c3934f3617bdd4e4dfc68b11e1e69) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31 Say Y here in order to have the USB Mass Storage code generate 32 verbose debugging messages. 33 34config USB_STORAGE_DATAFAB 35 tristate "Datafab Compact Flash Reader support" 36 depends on USB_STORAGE 37 help 38 Support for certain Datafab CompactFlash readers. | 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 --- 22 unchanged lines hidden (view full) --- 31 Say Y here in order to have the USB Mass Storage code generate 32 verbose debugging messages. 33 34config USB_STORAGE_DATAFAB 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.datafab.com/>. | 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 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. --- 119 unchanged lines hidden (view full) --- 167 on the Cypress USB/ATA bridge supporting ATACB. This will allow you 168 to use tools to tune and monitor your drive (like hdparm or smartctl). 169 170 If you say no here your device will still work with the standard usb 171 mass storage class. 172 173 If this driver is compiled as a module, it will be named ums-cypress. 174 | 40 41 If this driver is compiled as a module, it will be named ums-datafab. 42 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. --- 119 unchanged lines hidden (view full) --- 167 on the Cypress USB/ATA bridge supporting ATACB. This will allow you 168 to use tools to tune and monitor your drive (like hdparm or smartctl). 169 170 If you say no here your device will still work with the standard usb 171 mass storage class. 172 173 If this driver is compiled as a module, it will be named ums-cypress. 174 |
175config USB_UAS 176 tristate "USB Attached SCSI" 177 depends on USB && SCSI 178 help 179 The USB Attached SCSI protocol is supported by some USB 180 storage devices. It permits higher performance by supporting 181 multiple outstanding commands. 182 183 If you don't know whether you have a UAS device, it is safe to 184 say 'Y' or 'M' here and the kernel will use the right driver. 185 186 If you compile this driver as a module, it will be named uas. 187 |
|
175config USB_LIBUSUAL 176 bool "The shared table of common (or usual) storage devices" 177 depends on USB 178 help 179 This module contains a table of common (or usual) devices 180 for usb-storage and ub drivers, and allows to switch binding 181 of these devices without rebuilding modules. 182 183 Typical syntax of /etc/modprobe.conf is: 184 185 options libusual bias="ub" 186 187 If unsure, say N. | 188config USB_LIBUSUAL 189 bool "The shared table of common (or usual) storage devices" 190 depends on USB 191 help 192 This module contains a table of common (or usual) devices 193 for usb-storage and ub drivers, and allows to switch binding 194 of these devices without rebuilding modules. 195 196 Typical syntax of /etc/modprobe.conf is: 197 198 options libusual bias="ub" 199 200 If unsure, say N. |