Kconfig (fcdb51401f7f695b7fb782721b2e33372c5a06ce) | Kconfig (26d6818f19d0ab018f28a20d699511c1efdf508b) |
---|---|
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 --- 50 unchanged lines hidden (view full) --- 59 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge 60 - Sony CRX10U CD-R/RW drive 61 - CyQ've CQ8060A CDRW drive 62 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U) 63 64 If this driver is compiled as a module, it will be named ums-isd200. 65 66config USB_STORAGE_USBAT | 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 --- 50 unchanged lines hidden (view full) --- 59 - Taiwan Skymaster CD530U/DEL-0241 IDE bridge 60 - Sony CRX10U CD-R/RW drive 61 - CyQ've CQ8060A CDRW drive 62 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U) 63 64 If this driver is compiled as a module, it will be named ums-isd200. 65 66config USB_STORAGE_USBAT |
67 bool "USBAT/USBAT02-based storage support" | 67 tristate "USBAT/USBAT02-based storage support" |
68 depends on USB_STORAGE 69 help 70 Say Y here to include additional code to support storage devices 71 based on the SCM/Shuttle USBAT/USBAT02 processors. 72 73 Devices reported to work with this driver include: 74 - CompactFlash reader included with Kodak DC3800 camera 75 - Dane-Elec Zmate CompactFlash reader 76 - Delkin Efilm reader2 77 - HP 8200e/8210e/8230e CD-Writer Plus drives 78 - I-JAM JS-50U 79 - Jessops CompactFlash JESDCFRU BLACK 80 - Kingston Technology PCREAD-USB/CF 81 - Maxell UA4 CompactFlash reader 82 - Memorex UCF-100 83 - Microtech ZiO! ICS-45 CF2 84 - RCA LYRA MP3 portable 85 - Sandisk ImageMate SDDR-05b 86 | 68 depends on USB_STORAGE 69 help 70 Say Y here to include additional code to support storage devices 71 based on the SCM/Shuttle USBAT/USBAT02 processors. 72 73 Devices reported to work with this driver include: 74 - CompactFlash reader included with Kodak DC3800 camera 75 - Dane-Elec Zmate CompactFlash reader 76 - Delkin Efilm reader2 77 - HP 8200e/8210e/8230e CD-Writer Plus drives 78 - I-JAM JS-50U 79 - Jessops CompactFlash JESDCFRU BLACK 80 - Kingston Technology PCREAD-USB/CF 81 - Maxell UA4 CompactFlash reader 82 - Memorex UCF-100 83 - Microtech ZiO! ICS-45 CF2 84 - RCA LYRA MP3 portable 85 - Sandisk ImageMate SDDR-05b 86 |
87 If this driver is compiled as a module, it will be named ums-usbat. 88 |
|
87config USB_STORAGE_SDDR09 88 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support" 89 depends on USB_STORAGE 90 help 91 Say Y here to include additional code to support the Sandisk SDDR-09 92 SmartMedia reader in the USB Mass Storage driver. 93 Also works for the Microtech Zio! CompactFlash/SmartMedia reader. 94 --- 79 unchanged lines hidden --- | 89config USB_STORAGE_SDDR09 90 tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support" 91 depends on USB_STORAGE 92 help 93 Say Y here to include additional code to support the Sandisk SDDR-09 94 SmartMedia reader in the USB Mass Storage driver. 95 Also works for the Microtech Zio! CompactFlash/SmartMedia reader. 96 --- 79 unchanged lines hidden --- |