Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # USB Storage driver configuration |
| 3 | # |
| 4 | |
Borislav Petkov | 0eb526b | 2009-02-07 20:20:42 +0100 | [diff] [blame] | 5 | comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may" |
| 6 | comment "also be needed; see USB_STORAGE Help for more info" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
| 8 | config USB_STORAGE |
| 9 | tristate "USB Mass Storage support" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 10 | depends on SCSI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | ---help--- |
| 12 | Say Y here if you want to connect USB mass storage devices to your |
| 13 | computer's USB port. This is the driver you need for USB |
| 14 | floppy drives, USB hard disks, USB tape drives, USB CD-ROMs, |
| 15 | USB flash devices, and memory sticks, along with |
| 16 | similar devices. This driver may also be used for some cameras |
| 17 | and card readers. |
| 18 | |
David Howells | 65934a9 | 2006-08-29 19:06:31 +0100 | [diff] [blame] | 19 | This option depends on 'SCSI' support being enabled, but you |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | probably also need 'SCSI device support: SCSI disk support' |
Alan Stern | 823d12c | 2014-01-30 10:43:22 -0500 | [diff] [blame] | 21 | (BLK_DEV_SD) for most USB storage devices. Some devices also |
| 22 | will require 'Probe all LUNs on each SCSI device' |
| 23 | (SCSI_MULTI_LUN). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | |
| 25 | To compile this driver as a module, choose M here: the |
| 26 | module will be called usb-storage. |
| 27 | |
| 28 | config USB_STORAGE_DEBUG |
| 29 | bool "USB Mass Storage verbose debug" |
| 30 | depends on USB_STORAGE |
| 31 | help |
| 32 | Say Y here in order to have the USB Mass Storage code generate |
| 33 | verbose debugging messages. |
| 34 | |
wwang | 50a6cb9 | 2011-01-14 16:53:34 +0800 | [diff] [blame] | 35 | config USB_STORAGE_REALTEK |
| 36 | tristate "Realtek Card Reader support" |
| 37 | depends on USB_STORAGE |
| 38 | help |
| 39 | Say Y here to include additional code to support the power-saving function |
| 40 | for Realtek RTS51xx USB card readers. |
| 41 | |
| 42 | If this driver is compiled as a module, it will be named ums-realtek. |
| 43 | |
edwin_rong | e931830 | 2011-06-17 19:35:11 +0800 | [diff] [blame] | 44 | config REALTEK_AUTOPM |
| 45 | bool "Realtek Card Reader autosuspend support" |
Vincent Palatin | 839f245 | 2011-09-01 14:05:15 -0700 | [diff] [blame] | 46 | depends on USB_STORAGE_REALTEK && PM_RUNTIME |
edwin_rong | e931830 | 2011-06-17 19:35:11 +0800 | [diff] [blame] | 47 | default y |
wwang | 50a6cb9 | 2011-01-14 16:53:34 +0800 | [diff] [blame] | 48 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | config USB_STORAGE_DATAFAB |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 50 | tristate "Datafab Compact Flash Reader support" |
Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 51 | depends on USB_STORAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | help |
| 53 | Support for certain Datafab CompactFlash readers. |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 54 | Datafab has a web page at <http://www.datafab.com/>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
Alan Stern | 2cbbf35 | 2009-02-12 14:48:15 -0500 | [diff] [blame] | 56 | If this driver is compiled as a module, it will be named ums-datafab. |
| 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | config USB_STORAGE_FREECOM |
Alan Stern | 0d62939 | 2009-02-12 14:48:11 -0500 | [diff] [blame] | 59 | tristate "Freecom USB/ATAPI Bridge support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | depends on USB_STORAGE |
| 61 | help |
| 62 | Support for the Freecom USB to IDE/ATAPI adaptor. |
| 63 | Freecom has a web page at <http://www.freecom.de/>. |
| 64 | |
Alan Stern | 0d62939 | 2009-02-12 14:48:11 -0500 | [diff] [blame] | 65 | If this driver is compiled as a module, it will be named ums-freecom. |
| 66 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | config USB_STORAGE_ISD200 |
Alan Stern | 32d5493 | 2009-02-12 14:47:54 -0500 | [diff] [blame] | 68 | tristate "ISD-200 USB/ATA Bridge support" |
Randy Dunlap | 66e0a98 | 2006-04-05 12:03:45 -0700 | [diff] [blame] | 69 | depends on USB_STORAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | ---help--- |
| 71 | Say Y here if you want to use USB Mass Store devices based |
| 72 | on the In-Systems Design ISD-200 USB/ATA bridge. |
| 73 | |
| 74 | Some of the products that use this chip are: |
| 75 | |
| 76 | - Archos Jukebox 6000 |
| 77 | - ISD SmartCable for Storage |
| 78 | - Taiwan Skymaster CD530U/DEL-0241 IDE bridge |
| 79 | - Sony CRX10U CD-R/RW drive |
| 80 | - CyQ've CQ8060A CDRW drive |
| 81 | - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U) |
| 82 | |
Alan Stern | 32d5493 | 2009-02-12 14:47:54 -0500 | [diff] [blame] | 83 | If this driver is compiled as a module, it will be named ums-isd200. |
| 84 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | config USB_STORAGE_USBAT |
Alan Stern | 26d6818 | 2009-02-12 14:48:08 -0500 | [diff] [blame] | 86 | tristate "USBAT/USBAT02-based storage support" |
Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 87 | depends on USB_STORAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | help |
| 89 | Say Y here to include additional code to support storage devices |
| 90 | based on the SCM/Shuttle USBAT/USBAT02 processors. |
| 91 | |
| 92 | Devices reported to work with this driver include: |
| 93 | - CompactFlash reader included with Kodak DC3800 camera |
| 94 | - Dane-Elec Zmate CompactFlash reader |
| 95 | - Delkin Efilm reader2 |
| 96 | - HP 8200e/8210e/8230e CD-Writer Plus drives |
| 97 | - I-JAM JS-50U |
| 98 | - Jessops CompactFlash JESDCFRU BLACK |
| 99 | - Kingston Technology PCREAD-USB/CF |
| 100 | - Maxell UA4 CompactFlash reader |
| 101 | - Memorex UCF-100 |
| 102 | - Microtech ZiO! ICS-45 CF2 |
| 103 | - RCA LYRA MP3 portable |
| 104 | - Sandisk ImageMate SDDR-05b |
| 105 | |
Alan Stern | 26d6818 | 2009-02-12 14:48:08 -0500 | [diff] [blame] | 106 | If this driver is compiled as a module, it will be named ums-usbat. |
| 107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | config USB_STORAGE_SDDR09 |
Alan Stern | 0ff7188 | 2009-02-12 14:47:49 -0500 | [diff] [blame] | 109 | tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support" |
Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 110 | depends on USB_STORAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | help |
| 112 | Say Y here to include additional code to support the Sandisk SDDR-09 |
| 113 | SmartMedia reader in the USB Mass Storage driver. |
Alan Stern | c20b15f | 2008-12-01 10:36:15 -0500 | [diff] [blame] | 114 | Also works for the Microtech Zio! CompactFlash/SmartMedia reader. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | |
Alan Stern | 0ff7188 | 2009-02-12 14:47:49 -0500 | [diff] [blame] | 116 | If this driver is compiled as a module, it will be named ums-sddr09. |
| 117 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | config USB_STORAGE_SDDR55 |
Alan Stern | 70fcc00 | 2009-02-12 14:47:59 -0500 | [diff] [blame] | 119 | tristate "SanDisk SDDR-55 SmartMedia support" |
Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 120 | depends on USB_STORAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | help |
| 122 | Say Y here to include additional code to support the Sandisk SDDR-55 |
| 123 | SmartMedia reader in the USB Mass Storage driver. |
| 124 | |
Alan Stern | 70fcc00 | 2009-02-12 14:47:59 -0500 | [diff] [blame] | 125 | If this driver is compiled as a module, it will be named ums-sddr55. |
| 126 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | config USB_STORAGE_JUMPSHOT |
Alan Stern | a9fb6d0 | 2009-02-12 14:48:19 -0500 | [diff] [blame] | 128 | tristate "Lexar Jumpshot Compact Flash Reader" |
Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 129 | depends on USB_STORAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | help |
| 131 | Say Y here to include additional code to support the Lexar Jumpshot |
| 132 | USB CompactFlash reader. |
| 133 | |
Alan Stern | a9fb6d0 | 2009-02-12 14:48:19 -0500 | [diff] [blame] | 134 | If this driver is compiled as a module, it will be named ums-jumpshot. |
| 135 | |
Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 136 | config USB_STORAGE_ALAUDA |
Alan Stern | a74bba3 | 2009-02-12 14:48:22 -0500 | [diff] [blame] | 137 | tristate "Olympus MAUSB-10/Fuji DPC-R1 support" |
Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 138 | depends on USB_STORAGE |
Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 139 | help |
| 140 | Say Y here to include additional code to support the Olympus MAUSB-10 |
| 141 | and Fujifilm DPC-R1 USB Card reader/writer devices. |
| 142 | |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 143 | These devices are based on the Alauda chip and support both |
Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 144 | XD and SmartMedia cards. |
Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 145 | |
Alan Stern | a74bba3 | 2009-02-12 14:48:22 -0500 | [diff] [blame] | 146 | If this driver is compiled as a module, it will be named ums-alauda. |
| 147 | |
Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 148 | config USB_STORAGE_ONETOUCH |
Alan Stern | 9cfb95e | 2009-02-12 14:48:33 -0500 | [diff] [blame] | 149 | tristate "Support OneTouch Button on Maxtor Hard Drives" |
Dmitry Torokhov | e42dc36 | 2008-04-28 16:57:14 -0400 | [diff] [blame] | 150 | depends on USB_STORAGE |
| 151 | depends on INPUT=y || INPUT=USB_STORAGE |
Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 152 | help |
| 153 | Say Y here to include additional code to support the Maxtor OneTouch |
| 154 | USB hard drive's onetouch button. |
| 155 | |
| 156 | This code registers the button on the front of Maxtor OneTouch USB |
| 157 | hard drive's as an input device. An action can be associated with |
| 158 | this input in any keybinding software. (e.g. gnome's keyboard short- |
| 159 | cuts) |
Pete Zaitcev | a00828e | 2005-10-22 20:15:09 -0700 | [diff] [blame] | 160 | |
Alan Stern | 9cfb95e | 2009-02-12 14:48:33 -0500 | [diff] [blame] | 161 | If this driver is compiled as a module, it will be named ums-onetouch. |
| 162 | |
Matthew Dharm | dfe0d3b | 2006-08-13 17:30:14 -0700 | [diff] [blame] | 163 | config USB_STORAGE_KARMA |
Alan Stern | c103378 | 2009-02-12 14:48:26 -0500 | [diff] [blame] | 164 | tristate "Support for Rio Karma music player" |
Matthew Dharm | dfe0d3b | 2006-08-13 17:30:14 -0700 | [diff] [blame] | 165 | depends on USB_STORAGE |
| 166 | help |
| 167 | Say Y here to include additional code to support the Rio Karma |
| 168 | USB interface. |
| 169 | |
| 170 | This code places the Rio Karma into mass storage mode, enabling |
| 171 | it to be mounted as an ordinary filesystem. Performing an eject |
| 172 | on the resulting scsi device node returns the Karma to normal |
| 173 | operation. |
| 174 | |
Alan Stern | c103378 | 2009-02-12 14:48:26 -0500 | [diff] [blame] | 175 | If this driver is compiled as a module, it will be named ums-karma. |
| 176 | |
matthieu castet | d277064 | 2008-03-19 19:40:52 +0100 | [diff] [blame] | 177 | config USB_STORAGE_CYPRESS_ATACB |
Alan Stern | fcdb514 | 2009-02-12 14:48:04 -0500 | [diff] [blame] | 178 | tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB" |
matthieu castet | d277064 | 2008-03-19 19:40:52 +0100 | [diff] [blame] | 179 | depends on USB_STORAGE |
| 180 | ---help--- |
| 181 | Say Y here if you want to use SAT (ata pass through) on devices based |
| 182 | on the Cypress USB/ATA bridge supporting ATACB. This will allow you |
| 183 | to use tools to tune and monitor your drive (like hdparm or smartctl). |
| 184 | |
| 185 | If you say no here your device will still work with the standard usb |
| 186 | mass storage class. |
| 187 | |
Alan Stern | fcdb514 | 2009-02-12 14:48:04 -0500 | [diff] [blame] | 188 | If this driver is compiled as a module, it will be named ums-cypress. |
| 189 | |
Randy Dunlap | e49c459 | 2011-03-10 16:49:56 -0800 | [diff] [blame] | 190 | config USB_STORAGE_ENE_UB6250 |
| 191 | tristate "USB ENE card reader support" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 192 | depends on SCSI |
Randy Dunlap | e49c459 | 2011-03-10 16:49:56 -0800 | [diff] [blame] | 193 | depends on USB_STORAGE |
| 194 | ---help--- |
Cho, Yu-Chen | 33842ce | 2011-07-07 11:27:13 +0800 | [diff] [blame] | 195 | Say Y here if you wish to control a ENE SD/MS Card reader. |
| 196 | To use SM card, please build driver/staging/keucr/keucr.ko |
Randy Dunlap | e49c459 | 2011-03-10 16:49:56 -0800 | [diff] [blame] | 197 | |
| 198 | This option depends on 'SCSI' support being enabled, but you |
| 199 | probably also need 'SCSI device support: SCSI disk support' |
| 200 | (BLK_DEV_SD) for most USB storage devices. |
| 201 | |
| 202 | To compile this driver as a module, choose M here: the |
| 203 | module will be called ums-eneub6250. |
| 204 | |
Matthew Wilcox | 115bb1f | 2010-10-07 13:05:23 +0200 | [diff] [blame] | 205 | config USB_UAS |
| 206 | tristate "USB Attached SCSI" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 207 | depends on SCSI && BROKEN |
Matthew Wilcox | 115bb1f | 2010-10-07 13:05:23 +0200 | [diff] [blame] | 208 | help |
| 209 | The USB Attached SCSI protocol is supported by some USB |
| 210 | storage devices. It permits higher performance by supporting |
| 211 | multiple outstanding commands. |
| 212 | |
| 213 | If you don't know whether you have a UAS device, it is safe to |
| 214 | say 'Y' or 'M' here and the kernel will use the right driver. |
| 215 | |
| 216 | If you compile this driver as a module, it will be named uas. |