Kconfig (f0cd91a68acdc9b49d7f6738b514a426da627649) Kconfig (dfe0d3ba20e860d0b9a16c4c6524180b8f93be05)
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

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

130 Say Y here to include additional code to support the Maxtor OneTouch
131 USB hard drive's onetouch button.
132
133 This code registers the button on the front of Maxtor OneTouch USB
134 hard drive's as an input device. An action can be associated with
135 this input in any keybinding software. (e.g. gnome's keyboard short-
136 cuts)
137
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

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

130 Say Y here to include additional code to support the Maxtor OneTouch
131 USB hard drive's onetouch button.
132
133 This code registers the button on the front of Maxtor OneTouch USB
134 hard drive's as an input device. An action can be associated with
135 this input in any keybinding software. (e.g. gnome's keyboard short-
136 cuts)
137
138config USB_STORAGE_KARMA
139 bool "Support for Rio Karma music player"
140 depends on USB_STORAGE
141 help
142 Say Y here to include additional code to support the Rio Karma
143 USB interface.
144
145 This code places the Rio Karma into mass storage mode, enabling
146 it to be mounted as an ordinary filesystem. Performing an eject
147 on the resulting scsi device node returns the Karma to normal
148 operation.
149
138config USB_LIBUSUAL
139 bool "The shared table of common (or usual) storage devices"
140 depends on USB
141 help
142 This module contains a table of common (or usual) devices
143 for usb-storage and ub drivers, and allows to switch binding
144 of these devices without rebuilding modules.
145
146 Typical syntax of /etc/modprobe.conf is:
147
148 options libusual bias="ub"
149
150 If unsure, say N.
150config USB_LIBUSUAL
151 bool "The shared table of common (or usual) storage devices"
152 depends on USB
153 help
154 This module contains a table of common (or usual) devices
155 for usb-storage and ub drivers, and allows to switch binding
156 of these devices without rebuilding modules.
157
158 Typical syntax of /etc/modprobe.conf is:
159
160 options libusual bias="ub"
161
162 If unsure, say N.