Kconfig (70fcc0050733a7cd1b452cfa3de3a9b376412565) Kconfig (fcdb51401f7f695b7fb782721b2e33372c5a06ce)
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

--- 132 unchanged lines hidden (view full) ---

141 USB interface.
142
143 This code places the Rio Karma into mass storage mode, enabling
144 it to be mounted as an ordinary filesystem. Performing an eject
145 on the resulting scsi device node returns the Karma to normal
146 operation.
147
148config USB_STORAGE_CYPRESS_ATACB
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

--- 132 unchanged lines hidden (view full) ---

141 USB interface.
142
143 This code places the Rio Karma into mass storage mode, enabling
144 it to be mounted as an ordinary filesystem. Performing an eject
145 on the resulting scsi device node returns the Karma to normal
146 operation.
147
148config USB_STORAGE_CYPRESS_ATACB
149 bool "SAT emulation on Cypress USB/ATA Bridge with ATACB"
149 tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
150 depends on USB_STORAGE
151 ---help---
152 Say Y here if you want to use SAT (ata pass through) on devices based
153 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
154 to use tools to tune and monitor your drive (like hdparm or smartctl).
155
156 If you say no here your device will still work with the standard usb
157 mass storage class.
158
150 depends on USB_STORAGE
151 ---help---
152 Say Y here if you want to use SAT (ata pass through) on devices based
153 on the Cypress USB/ATA bridge supporting ATACB. This will allow you
154 to use tools to tune and monitor your drive (like hdparm or smartctl).
155
156 If you say no here your device will still work with the standard usb
157 mass storage class.
158
159 If this driver is compiled as a module, it will be named ums-cypress.
160
159config USB_LIBUSUAL
160 bool "The shared table of common (or usual) storage devices"
161 depends on USB
162 help
163 This module contains a table of common (or usual) devices
164 for usb-storage and ub drivers, and allows to switch binding
165 of these devices without rebuilding modules.
166
167 Typical syntax of /etc/modprobe.conf is:
168
169 options libusual bias="ub"
170
171 If unsure, say N.
161config USB_LIBUSUAL
162 bool "The shared table of common (or usual) storage devices"
163 depends on USB
164 help
165 This module contains a table of common (or usual) devices
166 for usb-storage and ub drivers, and allows to switch binding
167 of these devices without rebuilding modules.
168
169 Typical syntax of /etc/modprobe.conf is:
170
171 options libusual bias="ub"
172
173 If unsure, say N.