Kconfig (0ff71883b2d60136430458413c135d545c69b0c4) | Kconfig (32d5493eb83a217c3b1eba4b98cd6d19864f71a8) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41config USB_STORAGE_FREECOM 42 bool "Freecom USB/ATAPI Bridge support" 43 depends on USB_STORAGE 44 help 45 Support for the Freecom USB to IDE/ATAPI adaptor. 46 Freecom has a web page at <http://www.freecom.de/>. 47 48config USB_STORAGE_ISD200 | 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 --- 32 unchanged lines hidden (view full) --- 41config USB_STORAGE_FREECOM 42 bool "Freecom USB/ATAPI Bridge support" 43 depends on USB_STORAGE 44 help 45 Support for the Freecom USB to IDE/ATAPI adaptor. 46 Freecom has a web page at <http://www.freecom.de/>. 47 48config USB_STORAGE_ISD200 |
49 bool "ISD-200 USB/ATA Bridge support" | 49 tristate "ISD-200 USB/ATA Bridge support" |
50 depends on USB_STORAGE 51 ---help--- 52 Say Y here if you want to use USB Mass Store devices based 53 on the In-Systems Design ISD-200 USB/ATA bridge. 54 55 Some of the products that use this chip are: 56 57 - Archos Jukebox 6000 58 - ISD SmartCable for Storage 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 | 50 depends on USB_STORAGE 51 ---help--- 52 Say Y here if you want to use USB Mass Store devices based 53 on the In-Systems Design ISD-200 USB/ATA bridge. 54 55 Some of the products that use this chip are: 56 57 - Archos Jukebox 6000 58 - ISD SmartCable for Storage 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 |
|
64config USB_STORAGE_USBAT 65 bool "USBAT/USBAT02-based storage support" 66 depends on USB_STORAGE 67 help 68 Say Y here to include additional code to support storage devices 69 based on the SCM/Shuttle USBAT/USBAT02 processors. 70 71 Devices reported to work with this driver include: --- 96 unchanged lines hidden --- | 66config USB_STORAGE_USBAT 67 bool "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: --- 96 unchanged lines hidden --- |