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

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

106
107config USB_STORAGE_JUMPSHOT
108 bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
109 depends on USB_STORAGE && EXPERIMENTAL
110 help
111 Say Y here to include additional code to support the Lexar Jumpshot
112 USB CompactFlash reader.
113
1#
2# USB Storage driver configuration
3#
4
5comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information"
6 depends on USB
7
8config USB_STORAGE

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

106
107config USB_STORAGE_JUMPSHOT
108 bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
109 depends on USB_STORAGE && EXPERIMENTAL
110 help
111 Say Y here to include additional code to support the Lexar Jumpshot
112 USB CompactFlash reader.
113
114
115config USB_STORAGE_ONETOUCH
116 bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
117 depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL
118 help
119 Say Y here to include additional code to support the Maxtor OneTouch
120 USB hard drive's onetouch button.
121
122 This code registers the button on the front of Maxtor OneTouch USB
123 hard drive's as an input device. An action can be associated with
124 this input in any keybinding software. (e.g. gnome's keyboard short-
125 cuts)