1# 2# USB Storage driver configuration 3# 4 5comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information" 6 depends on USB 7 8config USB_STORAGE 9 tristate "USB Mass Storage support" 10 depends on USB 11 select SCSI 12 ---help--- 13 Say Y here if you want to connect USB mass storage devices to your 14 computer's USB port. This is the driver you need for USB 15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs, 16 USB flash devices, and memory sticks, along with 17 similar devices. This driver may also be used for some cameras 18 and card readers. 19 20 This option 'selects' (turns on, enables) 'SCSI', but you 21 probably also need 'SCSI device support: SCSI disk support' 22 (BLK_DEV_SD) for most USB storage devices. 23 24 To compile this driver as a module, choose M here: the 25 module will be called usb-storage. 26 27config USB_STORAGE_DEBUG 28 bool "USB Mass Storage verbose debug" 29 depends on USB_STORAGE 30 help 31 Say Y here in order to have the USB Mass Storage code generate 32 verbose debugging messages. 33 34config USB_STORAGE_DATAFAB 35 bool "Datafab Compact Flash Reader support (EXPERIMENTAL)" 36 depends on USB_STORAGE && EXPERIMENTAL 37 help 38 Support for certain Datafab CompactFlash readers. 39 Datafab has a web page at <http://www.datafabusa.com/>. 40 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" 50 depends on USB_STORAGE && BLK_DEV_IDE 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 64config USB_STORAGE_DPCM 65 bool "Microtech/ZiO! CompactFlash/SmartMedia support" 66 depends on USB_STORAGE 67 help 68 Say Y here to support the Microtech/ZiO! CompactFlash reader. 69 There is a web page at <http://www.ziocorp.com/products/>. 70 71config USB_STORAGE_USBAT 72 bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)" 73 depends on USB_STORAGE && EXPERIMENTAL 74 help 75 Say Y here to include additional code to support storage devices 76 based on the SCM/Shuttle USBAT/USBAT02 processors. 77 78 Devices reported to work with this driver include: 79 - CompactFlash reader included with Kodak DC3800 camera 80 - Dane-Elec Zmate CompactFlash reader 81 - Delkin Efilm reader2 82 - HP 8200e/8210e/8230e CD-Writer Plus drives 83 - I-JAM JS-50U 84 - Jessops CompactFlash JESDCFRU BLACK 85 - Kingston Technology PCREAD-USB/CF 86 - Maxell UA4 CompactFlash reader 87 - Memorex UCF-100 88 - Microtech ZiO! ICS-45 CF2 89 - RCA LYRA MP3 portable 90 - Sandisk ImageMate SDDR-05b 91 92config USB_STORAGE_SDDR09 93 bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)" 94 depends on USB_STORAGE && EXPERIMENTAL 95 help 96 Say Y here to include additional code to support the Sandisk SDDR-09 97 SmartMedia reader in the USB Mass Storage driver. 98 Also works for the Microtech Zio! SmartMedia reader. 99 100config USB_STORAGE_SDDR55 101 bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)" 102 depends on USB_STORAGE && EXPERIMENTAL 103 help 104 Say Y here to include additional code to support the Sandisk SDDR-55 105 SmartMedia reader in the USB Mass Storage driver. 106 107config USB_STORAGE_JUMPSHOT 108 bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)" 109 depends on USB_STORAGE && EXPERIMENTAL 110 help 111 Say Y here to include additional code to support the Lexar Jumpshot 112 USB CompactFlash reader. 113 114 115config USB_STORAGE_ONETOUCH 116 bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" 117 depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL 118 help 119 Say Y here to include additional code to support the Maxtor OneTouch 120 USB hard drive's onetouch button. 121 122 This code registers the button on the front of Maxtor OneTouch USB 123 hard drive's as an input device. An action can be associated with 124 this input in any keybinding software. (e.g. gnome's keyboard short- 125 cuts) 126