Kconfig (e8cdfb0509f48d44d95d68d4f42d8d71a9ba4acd) | Kconfig (41e568d14ec0aca1b2bb19563517aad3b06d6805) |
---|---|
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 --- 184 unchanged lines hidden (view full) --- 193 for usb-storage and ub drivers, and allows to switch binding 194 of these devices without rebuilding modules. 195 196 Typical syntax of /etc/modprobe.conf is: 197 198 options libusual bias="ub" 199 200 If unsure, say N. | 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 --- 184 unchanged lines hidden (view full) --- 193 for usb-storage and ub drivers, and allows to switch binding 194 of these devices without rebuilding modules. 195 196 Typical syntax of /etc/modprobe.conf is: 197 198 options libusual bias="ub" 199 200 If unsure, say N. |
201 202config USB_STORAGE_ENE_UB6250 203 tristate "USB ENE card reader support" 204 depends on USB && SCSI 205 ---help--- 206 Say Y here if you wish to control a ENE SD Card reader. 207 To use SM/MS card, please build driver/staging/keucr/keucr.ko 208 209 This option depends on 'SCSI' support being enabled, but you 210 probably also need 'SCSI device support: SCSI disk support' 211 (BLK_DEV_SD) for most USB storage devices. 212 213 To compile this driver as a module, choose M here: the 214 module will be called ums-eneub6250. |
|