]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/usb/storage/Kconfig
[PATCH] USB: drivers/usb/storage/libusual
[linux-2.6-omap-h63xx.git] / drivers / usb / storage / Kconfig
1 #
2 # USB Storage driver configuration
3 #
4
5 comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
6 comment "may also be needed; see USB_STORAGE Help for more information"
7         depends on USB
8
9 config USB_STORAGE
10         tristate "USB Mass Storage support"
11         depends on USB
12         select SCSI
13         ---help---
14           Say Y here if you want to connect USB mass storage devices to your
15           computer's USB port. This is the driver you need for USB
16           floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
17           USB flash devices, and memory sticks, along with
18           similar devices. This driver may also be used for some cameras
19           and card readers.
20
21           This option 'selects' (turns on, enables) 'SCSI', but you
22           probably also need 'SCSI device support: SCSI disk support'
23           (BLK_DEV_SD) for most USB storage devices.
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
35 config USB_STORAGE_DATAFAB
36         bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
37         depends on USB_STORAGE && EXPERIMENTAL
38         help
39           Support for certain Datafab CompactFlash readers.
40           Datafab has a web page at <http://www.datafabusa.com/>.
41
42 config USB_STORAGE_FREECOM
43         bool "Freecom USB/ATAPI Bridge support"
44         depends on USB_STORAGE
45         help
46           Support for the Freecom USB to IDE/ATAPI adaptor.
47           Freecom has a web page at <http://www.freecom.de/>.
48
49 config USB_STORAGE_ISD200
50         bool "ISD-200 USB/ATA Bridge support"
51         depends on USB_STORAGE && BLK_DEV_IDE
52         ---help---
53           Say Y here if you want to use USB Mass Store devices based
54           on the In-Systems Design ISD-200 USB/ATA bridge.
55
56           Some of the products that use this chip are:
57
58           - Archos Jukebox 6000
59           - ISD SmartCable for Storage
60           - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
61           - Sony CRX10U CD-R/RW drive
62           - CyQ've CQ8060A CDRW drive
63           - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
64
65 config USB_STORAGE_DPCM
66         bool "Microtech/ZiO! CompactFlash/SmartMedia support"
67         depends on USB_STORAGE
68         help
69           Say Y here to support the Microtech/ZiO! CompactFlash reader.
70           There is a web page at <http://www.ziocorp.com/products/>.
71
72 config USB_STORAGE_USBAT
73         bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)"
74         depends on USB_STORAGE && EXPERIMENTAL
75         help
76           Say Y here to include additional code to support storage devices
77           based on the SCM/Shuttle USBAT/USBAT02 processors.
78
79           Devices reported to work with this driver include:
80           - CompactFlash reader included with Kodak DC3800 camera
81           - Dane-Elec Zmate CompactFlash reader
82           - Delkin Efilm reader2
83           - HP 8200e/8210e/8230e CD-Writer Plus drives
84           - I-JAM JS-50U
85           - Jessops CompactFlash JESDCFRU BLACK
86           - Kingston Technology PCREAD-USB/CF
87           - Maxell UA4 CompactFlash reader
88           - Memorex UCF-100
89           - Microtech ZiO! ICS-45 CF2
90           - RCA LYRA MP3 portable
91           - Sandisk ImageMate SDDR-05b
92
93 config USB_STORAGE_SDDR09
94         bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
95         depends on USB_STORAGE && EXPERIMENTAL
96         help
97           Say Y here to include additional code to support the Sandisk SDDR-09
98           SmartMedia reader in the USB Mass Storage driver.
99           Also works for the Microtech Zio! SmartMedia reader.
100
101 config USB_STORAGE_SDDR55
102         bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)"
103         depends on USB_STORAGE && EXPERIMENTAL
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 config USB_STORAGE_JUMPSHOT
109         bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
110         depends on USB_STORAGE && EXPERIMENTAL
111         help
112           Say Y here to include additional code to support the Lexar Jumpshot
113           USB CompactFlash reader.
114
115
116 config USB_STORAGE_ONETOUCH
117         bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
118         depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM
119         help
120           Say Y here to include additional code to support the Maxtor OneTouch
121           USB hard drive's onetouch button.
122
123           This code registers the button on the front of Maxtor OneTouch USB
124           hard drive's as an input device. An action can be associated with
125           this input in any keybinding software. (e.g. gnome's keyboard short-
126           cuts)
127
128 config USB_LIBUSUAL
129         bool "The shared table of common (or usual) storage devices"
130         depends on USB
131         help
132           This module contains a table of common (or usual) devices
133           for usb-storage and ub drivers, and allows to switch binding
134           of these devices without rebuilding modules.
135
136           Typical syntax of /etc/modprobe.conf is:
137
138                 options libusual bias="ub"
139
140           If unsure, say N.