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