Kconfig (5ddeac117f869c0da85e41e89dd5ed1199dab7dd) Kconfig (d277064e7e16d02e0078a6bc1820764ae00dea87)
1#
2# USB Storage driver configuration
3#
4
5comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
6comment "may also be needed; see USB_STORAGE Help for more information"
7 depends on USB
8

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

140 Say Y here to include additional code to support the Rio Karma
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
1#
2# USB Storage driver configuration
3#
4
5comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
6comment "may also be needed; see USB_STORAGE Help for more information"
7 depends on USB
8

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

140 Say Y here to include additional code to support the Rio Karma
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"
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
148config USB_LIBUSUAL
149 bool "The shared table of common (or usual) storage devices"
150 depends on USB
151 help
152 This module contains a table of common (or usual) devices
153 for usb-storage and ub drivers, and allows to switch binding
154 of these devices without rebuilding modules.
155
156 Typical syntax of /etc/modprobe.conf is:
157
158 options libusual bias="ub"
159
160 If unsure, say N.
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.