]> Pileus Git - ~andy/linux/blob - drivers/usb/storage/Kconfig
usb-storage: make freecom a separate module
[~andy/linux] / drivers / usb / storage / Kconfig
1 #
2 # USB Storage driver configuration
3 #
4
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"
7         depends on USB
8
9 config USB_STORAGE
10         tristate "USB Mass Storage support"
11         depends on USB && 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 depends on 'SCSI' support being enabled, 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
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
35         bool "Datafab Compact Flash Reader support"
36         depends on USB_STORAGE
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         tristate "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           If this driver is compiled as a module, it will be named ums-freecom.
49
50 config USB_STORAGE_ISD200
51         tristate "ISD-200 USB/ATA Bridge support"
52         depends on USB_STORAGE
53         ---help---
54           Say Y here if you want to use USB Mass Store devices based
55           on the In-Systems Design ISD-200 USB/ATA bridge.
56
57           Some of the products that use this chip are:
58
59           - Archos Jukebox 6000
60           - ISD SmartCable for Storage
61           - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
62           - Sony CRX10U CD-R/RW drive
63           - CyQ've CQ8060A CDRW drive
64           - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
65
66           If this driver is compiled as a module, it will be named ums-isd200.
67
68 config USB_STORAGE_USBAT
69         tristate "USBAT/USBAT02-based storage support"
70         depends on USB_STORAGE
71         help
72           Say Y here to include additional code to support storage devices
73           based on the SCM/Shuttle USBAT/USBAT02 processors.
74
75           Devices reported to work with this driver include:
76           - CompactFlash reader included with Kodak DC3800 camera
77           - Dane-Elec Zmate CompactFlash reader
78           - Delkin Efilm reader2
79           - HP 8200e/8210e/8230e CD-Writer Plus drives
80           - I-JAM JS-50U
81           - Jessops CompactFlash JESDCFRU BLACK
82           - Kingston Technology PCREAD-USB/CF
83           - Maxell UA4 CompactFlash reader
84           - Memorex UCF-100
85           - Microtech ZiO! ICS-45 CF2
86           - RCA LYRA MP3 portable
87           - Sandisk ImageMate SDDR-05b
88
89           If this driver is compiled as a module, it will be named ums-usbat.
90
91 config USB_STORAGE_SDDR09
92         tristate "SanDisk SDDR-09 (and other SmartMedia, including DPCM) support"
93         depends on USB_STORAGE
94         help
95           Say Y here to include additional code to support the Sandisk SDDR-09
96           SmartMedia reader in the USB Mass Storage driver.
97           Also works for the Microtech Zio! CompactFlash/SmartMedia reader.
98
99           If this driver is compiled as a module, it will be named ums-sddr09.
100
101 config USB_STORAGE_SDDR55
102         tristate "SanDisk SDDR-55 SmartMedia support"
103         depends on USB_STORAGE
104         help
105           Say Y here to include additional code to support the Sandisk SDDR-55
106           SmartMedia reader in the USB Mass Storage driver.
107
108           If this driver is compiled as a module, it will be named ums-sddr55.
109
110 config USB_STORAGE_JUMPSHOT
111         bool "Lexar Jumpshot Compact Flash Reader"
112         depends on USB_STORAGE
113         help
114           Say Y here to include additional code to support the Lexar Jumpshot
115           USB CompactFlash reader.
116
117 config USB_STORAGE_ALAUDA
118         bool "Olympus MAUSB-10/Fuji DPC-R1 support"
119         depends on USB_STORAGE
120         help
121           Say Y here to include additional code to support the Olympus MAUSB-10
122           and Fujifilm DPC-R1 USB Card reader/writer devices.
123
124           These devices are based on the Alauda chip and support both
125           XD and SmartMedia cards.
126
127 config USB_STORAGE_ONETOUCH
128         bool "Support OneTouch Button on Maxtor Hard Drives"
129         depends on USB_STORAGE
130         depends on INPUT=y || INPUT=USB_STORAGE
131         help
132           Say Y here to include additional code to support the Maxtor OneTouch
133           USB hard drive's onetouch button.
134
135           This code registers the button on the front of Maxtor OneTouch USB
136           hard drive's as an input device. An action can be associated with
137           this input in any keybinding software. (e.g. gnome's keyboard short-
138           cuts)
139
140 config USB_STORAGE_KARMA
141         bool "Support for Rio Karma music player"
142         depends on USB_STORAGE
143         help
144           Say Y here to include additional code to support the Rio Karma
145           USB interface.
146
147           This code places the Rio Karma into mass storage mode, enabling
148           it to be mounted as an ordinary filesystem. Performing an eject
149           on the resulting scsi device node returns the Karma to normal
150           operation.
151
152 config USB_STORAGE_CYPRESS_ATACB
153         tristate "SAT emulation on Cypress USB/ATA Bridge with ATACB"
154         depends on USB_STORAGE
155         ---help---
156           Say Y here if you want to use SAT (ata pass through) on devices based
157           on the Cypress USB/ATA bridge supporting ATACB. This will allow you
158           to use tools to tune and monitor your drive (like hdparm or smartctl).
159
160           If you say no here your device will still work with the standard usb
161           mass storage class.
162
163           If this driver is compiled as a module, it will be named ums-cypress.
164
165 config USB_LIBUSUAL
166         bool "The shared table of common (or usual) storage devices"
167         depends on USB
168         help
169           This module contains a table of common (or usual) devices
170           for usb-storage and ub drivers, and allows to switch binding
171           of these devices without rebuilding modules.
172
173           Typical syntax of /etc/modprobe.conf is:
174
175                 options libusual bias="ub"
176
177           If unsure, say N.