| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # USB Storage driver configuration | 
 | 3 | # | 
 | 4 |  | 
| Borislav Petkov | d40ece1 | 2005-09-28 18:06:04 +0200 | [diff] [blame] | 5 | comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'" | 
 | 6 | comment "may also be needed; see USB_STORAGE Help for more information" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | 	depends on USB | 
 | 8 |  | 
 | 9 | config USB_STORAGE | 
 | 10 | 	tristate "USB Mass Storage support" | 
| David Howells | 65934a9 | 2006-08-29 19:06:31 +0100 | [diff] [blame] | 11 | 	depends on USB && SCSI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
| 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' | 
 | 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 |  | 
 | 27 | config 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 |  | 
 | 34 | config USB_STORAGE_DATAFAB | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 35 | 	bool "Datafab Compact Flash Reader support" | 
 | 36 | 	depends on USB_STORAGE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | 	help | 
 | 38 | 	  Support for certain Datafab CompactFlash readers. | 
 | 39 | 	  Datafab has a web page at <http://www.datafabusa.com/>. | 
 | 40 |  | 
 | 41 | config 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 |  | 
 | 48 | config USB_STORAGE_ISD200 | 
 | 49 | 	bool "ISD-200 USB/ATA Bridge support" | 
| Randy Dunlap | 66e0a98 | 2006-04-05 12:03:45 -0700 | [diff] [blame] | 50 | 	depends on USB_STORAGE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | config 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 |  | 
 | 71 | config USB_STORAGE_USBAT | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 72 | 	bool "USBAT/USBAT02-based storage support" | 
 | 73 | 	depends on USB_STORAGE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
 | 92 | config USB_STORAGE_SDDR09 | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 93 | 	bool "SanDisk SDDR-09 (and other SmartMedia) support" | 
 | 94 | 	depends on USB_STORAGE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
 | 100 | config USB_STORAGE_SDDR55 | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 101 | 	bool "SanDisk SDDR-55 SmartMedia support" | 
 | 102 | 	depends on USB_STORAGE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
 | 107 | config USB_STORAGE_JUMPSHOT | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 108 | 	bool "Lexar Jumpshot Compact Flash Reader" | 
 | 109 | 	depends on USB_STORAGE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | 	help | 
 | 111 | 	  Say Y here to include additional code to support the Lexar Jumpshot | 
 | 112 | 	  USB CompactFlash reader. | 
 | 113 |  | 
| Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 114 | config USB_STORAGE_ALAUDA | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 115 | 	bool "Olympus MAUSB-10/Fuji DPC-R1 support" | 
 | 116 | 	depends on USB_STORAGE | 
| Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 117 | 	help | 
 | 118 | 	  Say Y here to include additional code to support the Olympus MAUSB-10 | 
 | 119 | 	  and Fujifilm DPC-R1 USB Card reader/writer devices. | 
 | 120 |  | 
| Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 121 | 	  These devices are based on the Alauda chip and support both | 
| Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 122 | 	  XD and SmartMedia cards. | 
| Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 123 |  | 
 | 124 | config USB_STORAGE_ONETOUCH | 
| Robert P. J. Day | 726627f | 2008-03-08 02:17:55 -0500 | [diff] [blame] | 125 | 	bool "Support OneTouch Button on Maxtor Hard Drives" | 
| Dmitry Torokhov | e42dc36 | 2008-04-28 16:57:14 -0400 | [diff] [blame] | 126 | 	depends on USB_STORAGE | 
 | 127 | 	depends on INPUT=y || INPUT=USB_STORAGE | 
| Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 128 | 	help | 
 | 129 | 	  Say Y here to include additional code to support the Maxtor OneTouch | 
 | 130 | 	  USB hard drive's onetouch button. | 
 | 131 |  | 
 | 132 | 	  This code registers the button on the front of Maxtor OneTouch USB | 
 | 133 | 	  hard drive's as an input device. An action can be associated with | 
 | 134 | 	  this input in any keybinding software. (e.g. gnome's keyboard short- | 
 | 135 | 	  cuts) | 
| Pete Zaitcev | a00828e | 2005-10-22 20:15:09 -0700 | [diff] [blame] | 136 |  | 
| Matthew Dharm | dfe0d3b | 2006-08-13 17:30:14 -0700 | [diff] [blame] | 137 | config USB_STORAGE_KARMA | 
 | 138 | 	bool "Support for Rio Karma music player" | 
 | 139 | 	depends on USB_STORAGE | 
 | 140 | 	help | 
 | 141 | 	  Say Y here to include additional code to support the Rio Karma | 
 | 142 | 	  USB interface. | 
 | 143 |  | 
 | 144 | 	  This code places the Rio Karma into mass storage mode, enabling | 
 | 145 | 	  it to be mounted as an ordinary filesystem. Performing an eject | 
 | 146 | 	  on the resulting scsi device node returns the Karma to normal | 
 | 147 | 	  operation. | 
 | 148 |  | 
| Kevin Lloyd | 32fe5e3 | 2008-07-10 14:14:57 -0700 | [diff] [blame] | 149 | config USB_STORAGE_SIERRA | 
 | 150 | 	bool "Sierra Wireless TRU-Install Feature Support" | 
 | 151 | 	depends on USB_STORAGE | 
 | 152 | 	help | 
 | 153 | 	  Say Y here to include additional code to support Sierra Wireless | 
 | 154 | 	  products with the TRU-Install feature (e.g., AC597E, AC881U). | 
 | 155 |  | 
 | 156 | 	  This code switches the Sierra Wireless device from being in | 
 | 157 | 	  Mass Storage mode to Modem mode. It also has the ability to | 
 | 158 | 	  support host software upgrades should full Linux support be added | 
 | 159 | 	  to TRU-Install. | 
 | 160 |  | 
| matthieu castet | d277064 | 2008-03-19 19:40:52 +0100 | [diff] [blame] | 161 | config USB_STORAGE_CYPRESS_ATACB | 
 | 162 | 	bool "SAT emulation on Cypress USB/ATA Bridge with ATACB" | 
 | 163 | 	depends on USB_STORAGE | 
 | 164 | 	---help--- | 
 | 165 | 	  Say Y here if you want to use SAT (ata pass through) on devices based | 
 | 166 | 	  on the Cypress USB/ATA bridge supporting ATACB. This will allow you | 
 | 167 | 	  to use tools to tune and monitor your drive (like hdparm or smartctl). | 
 | 168 |  | 
 | 169 | 	  If you say no here your device will still work with the standard usb | 
 | 170 | 	  mass storage class. | 
 | 171 |  | 
| Pete Zaitcev | a00828e | 2005-10-22 20:15:09 -0700 | [diff] [blame] | 172 | config USB_LIBUSUAL | 
 | 173 | 	bool "The shared table of common (or usual) storage devices" | 
 | 174 | 	depends on USB | 
 | 175 | 	help | 
 | 176 | 	  This module contains a table of common (or usual) devices | 
 | 177 | 	  for usb-storage and ub drivers, and allows to switch binding | 
 | 178 | 	  of these devices without rebuilding modules. | 
 | 179 |  | 
 | 180 | 	  Typical syntax of /etc/modprobe.conf is: | 
 | 181 |  | 
 | 182 | 		options libusual bias="ub" | 
 | 183 |  | 
 | 184 | 	  If unsure, say N. |