Kconfig (b10778a00d40b3d9fdaaf5891e802794781ff71c) | Kconfig (1b3e3aa6c5c7a86ae09459f5734283b991dd7939) |
---|---|
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 8config USB_STORAGE --- 27 unchanged lines hidden (view full) --- 36 help 37 Say Y here to include additional code to support the power-saving function 38 for Realtek RTS51xx USB card readers. 39 40 If this driver is compiled as a module, it will be named ums-realtek. 41 42config REALTEK_AUTOPM 43 bool "Realtek Card Reader autosuspend support" | 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 8config USB_STORAGE --- 27 unchanged lines hidden (view full) --- 36 help 37 Say Y here to include additional code to support the power-saving function 38 for Realtek RTS51xx USB card readers. 39 40 If this driver is compiled as a module, it will be named ums-realtek. 41 42config REALTEK_AUTOPM 43 bool "Realtek Card Reader autosuspend support" |
44 depends on USB_STORAGE_REALTEK && PM_RUNTIME | 44 depends on USB_STORAGE_REALTEK && PM |
45 default y 46 47config USB_STORAGE_DATAFAB 48 tristate "Datafab Compact Flash Reader support" 49 depends on USB_STORAGE 50 help 51 Support for certain Datafab CompactFlash readers. 52 Datafab has a web page at <http://www.datafab.com/>. --- 162 unchanged lines hidden --- | 45 default y 46 47config USB_STORAGE_DATAFAB 48 tristate "Datafab Compact Flash Reader support" 49 depends on USB_STORAGE 50 help 51 Support for certain Datafab CompactFlash readers. 52 Datafab has a web page at <http://www.datafab.com/>. --- 162 unchanged lines hidden --- |