Kconfig (a9fb6d05d59c9e118ad8c355adfdf88c970c61bc) | Kconfig (a74bba3bf92cb6425789ae5050bdcca1283bc6f4) |
---|---|
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 --- 105 unchanged lines hidden (view full) --- 114 depends on USB_STORAGE 115 help 116 Say Y here to include additional code to support the Lexar Jumpshot 117 USB CompactFlash reader. 118 119 If this driver is compiled as a module, it will be named ums-jumpshot. 120 121config USB_STORAGE_ALAUDA | 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 --- 105 unchanged lines hidden (view full) --- 114 depends on USB_STORAGE 115 help 116 Say Y here to include additional code to support the Lexar Jumpshot 117 USB CompactFlash reader. 118 119 If this driver is compiled as a module, it will be named ums-jumpshot. 120 121config USB_STORAGE_ALAUDA |
122 bool "Olympus MAUSB-10/Fuji DPC-R1 support" | 122 tristate "Olympus MAUSB-10/Fuji DPC-R1 support" |
123 depends on USB_STORAGE 124 help 125 Say Y here to include additional code to support the Olympus MAUSB-10 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 | 123 depends on USB_STORAGE 124 help 125 Say Y here to include additional code to support the Olympus MAUSB-10 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 |
|
131config USB_STORAGE_ONETOUCH 132 bool "Support OneTouch Button on Maxtor Hard Drives" 133 depends on USB_STORAGE 134 depends on INPUT=y || INPUT=USB_STORAGE 135 help 136 Say Y here to include additional code to support the Maxtor OneTouch 137 USB hard drive's onetouch button. 138 --- 43 unchanged lines hidden --- | 133config USB_STORAGE_ONETOUCH 134 bool "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 --- 43 unchanged lines hidden --- |