Kconfig (0eb526b96ced3759e7d4445fc55204f314e33d8c) | Kconfig (0ff71883b2d60136430458413c135d545c69b0c4) |
---|---|
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 --- 69 unchanged lines hidden (view full) --- 78 - Kingston Technology PCREAD-USB/CF 79 - Maxell UA4 CompactFlash reader 80 - Memorex UCF-100 81 - Microtech ZiO! ICS-45 CF2 82 - RCA LYRA MP3 portable 83 - Sandisk ImageMate SDDR-05b 84 85config USB_STORAGE_SDDR09 | 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 --- 69 unchanged lines hidden (view full) --- 78 - Kingston Technology PCREAD-USB/CF 79 - Maxell UA4 CompactFlash reader 80 - Memorex UCF-100 81 - Microtech ZiO! ICS-45 CF2 82 - RCA LYRA MP3 portable 83 - Sandisk ImageMate SDDR-05b 84 85config USB_STORAGE_SDDR09 |
86 bool "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support" | 86 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support" |
87 depends on USB_STORAGE 88 help 89 Say Y here to include additional code to support the Sandisk SDDR-09 90 SmartMedia reader in the USB Mass Storage driver. 91 Also works for the Microtech Zio! CompactFlash/SmartMedia reader. 92 | 87 depends on USB_STORAGE 88 help 89 Say Y here to include additional code to support the Sandisk SDDR-09 90 SmartMedia reader in the USB Mass Storage driver. 91 Also works for the Microtech Zio! CompactFlash/SmartMedia reader. 92 |
93 If this driver is compiled as a module, it will be named ums-sddr09. 94 |
|
93config USB_STORAGE_SDDR55 94 bool "SanDisk SDDR-55 SmartMedia support" 95 depends on USB_STORAGE 96 help 97 Say Y here to include additional code to support the Sandisk SDDR-55 98 SmartMedia reader in the USB Mass Storage driver. 99 100config USB_STORAGE_JUMPSHOT --- 65 unchanged lines hidden --- | 95config USB_STORAGE_SDDR55 96 bool "SanDisk SDDR-55 SmartMedia support" 97 depends on USB_STORAGE 98 help 99 Say Y here to include additional code to support the Sandisk SDDR-55 100 SmartMedia reader in the USB Mass Storage driver. 101 102config USB_STORAGE_JUMPSHOT --- 65 unchanged lines hidden --- |