Kconfig (c10337846c93bd914dd3003ffb001adc583b313e) | Kconfig (9cfb95ef72c637bc9b90260e0f98a23f3f49b1bb) |
---|---|
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 --- 117 unchanged lines hidden (view full) --- 126 and Fujifilm DPC-R1 USB Card reader/writer devices. 127 128 These devices are based on the Alauda chip and support both 129 XD and SmartMedia cards. 130 131 If this driver is compiled as a module, it will be named ums-alauda. 132 133config USB_STORAGE_ONETOUCH | 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 --- 117 unchanged lines hidden (view full) --- 126 and Fujifilm DPC-R1 USB Card reader/writer devices. 127 128 These devices are based on the Alauda chip and support both 129 XD and SmartMedia cards. 130 131 If this driver is compiled as a module, it will be named ums-alauda. 132 133config USB_STORAGE_ONETOUCH |
134 bool "Support OneTouch Button on Maxtor Hard Drives" | 134 tristate "Support OneTouch Button on Maxtor Hard Drives" |
135 depends on USB_STORAGE 136 depends on INPUT=y || INPUT=USB_STORAGE 137 help 138 Say Y here to include additional code to support the Maxtor OneTouch 139 USB hard drive's onetouch button. 140 141 This code registers the button on the front of Maxtor OneTouch USB 142 hard drive's as an input device. An action can be associated with 143 this input in any keybinding software. (e.g. gnome's keyboard short- 144 cuts) 145 | 135 depends on USB_STORAGE 136 depends on INPUT=y || INPUT=USB_STORAGE 137 help 138 Say Y here to include additional code to support the Maxtor OneTouch 139 USB hard drive's onetouch button. 140 141 This code registers the button on the front of Maxtor OneTouch USB 142 hard drive's as an input device. An action can be associated with 143 this input in any keybinding software. (e.g. gnome's keyboard short- 144 cuts) 145 |
146 If this driver is compiled as a module, it will be named ums-onetouch. 147 |
|
146config USB_STORAGE_KARMA 147 tristate "Support for Rio Karma music player" 148 depends on USB_STORAGE 149 help 150 Say Y here to include additional code to support the Rio Karma 151 USB interface. 152 153 This code places the Rio Karma into mass storage mode, enabling --- 32 unchanged lines hidden --- | 148config USB_STORAGE_KARMA 149 tristate "Support for Rio Karma music player" 150 depends on USB_STORAGE 151 help 152 Say Y here to include additional code to support the Rio Karma 153 USB interface. 154 155 This code places the Rio Karma into mass storage mode, enabling --- 32 unchanged lines hidden --- |