ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / usb / storage / Kconfig
1 #
2 # USB Storage driver configuration
3 #
4
5 config USB_STORAGE
6         tristate "USB Mass Storage support"
7         depends on USB
8         select SCSI
9         ---help---
10           Say Y here if you want to connect USB mass storage devices to your
11           computer's USB port. This is the driver you need for USB floppy drives,
12           USB hard disks, USB tape drives and USB CD-ROMs, along with
13           similar devices. This driver may also be used for some cameras and
14           card readers.
15
16           To compile this driver as a module, choose M here: the
17           module will be called usb-storage.
18
19 config USB_STORAGE_DEBUG
20         bool "USB Mass Storage verbose debug"
21         depends on USB_STORAGE
22         help
23           Say Y here in order to have the USB Mass Storage code generate
24           verbose debugging messages.
25
26 config USB_STORAGE_DATAFAB
27         bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
28         depends on USB_STORAGE && EXPERIMENTAL
29         help
30           Support for certain Datafab CompactFlash readers.
31           Datafab has a web page at <http://www.datafabusa.com/>.
32
33 config USB_STORAGE_FREECOM
34         bool "Freecom USB/ATAPI Bridge support"
35         depends on USB_STORAGE
36         help
37           Support for the Freecom USB to IDE/ATAPI adaptor.
38           Freecom has a web page at <http://www.freecom.de/>.
39
40 config USB_STORAGE_ISD200
41         bool "ISD-200 USB/ATA Bridge support"
42         depends on USB_STORAGE && BLK_DEV_IDE
43         ---help---
44           Say Y here if you want to use USB Mass Store devices based
45           on the In-Systems Design ISD-200 USB/ATA bridge.
46
47           Some of the products that use this chip are:
48
49           - Archos Jukebox 6000
50           - ISD SmartCable for Storage
51           - Taiwan Skymaster CD530U/DEL-0241 IDE bridge
52           - Sony CRX10U CD-R/RW drive
53           - CyQ've CQ8060A CDRW drive
54           - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
55
56 config USB_STORAGE_DPCM
57         bool "Microtech/ZiO! CompactFlash/SmartMedia support"
58         depends on USB_STORAGE
59         help
60           Say Y here to support the Microtech/ZiO! CompactFlash reader.
61           There is a web page at <http://www.ziocorp.com/products/>.
62
63 config USB_STORAGE_HP8200e
64         bool "HP CD-Writer 82xx support (EXPERIMENTAL)"
65         depends on USB_STORAGE && EXPERIMENTAL
66         help
67           Say Y here to include additional code to support Hewlett-Packard
68           8200e/8210e/8230e CD-Writer Plus drives.
69
70 config USB_STORAGE_SDDR09
71         bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
72         depends on USB_STORAGE && EXPERIMENTAL
73         help
74           Say Y here to include additional code to support the Sandisk SDDR-09
75           SmartMedia reader in the USB Mass Storage driver.
76           Also works for the Microtech Zio! SmartMedia reader.
77
78 config USB_STORAGE_SDDR55
79         bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)"
80         depends on USB_STORAGE && EXPERIMENTAL
81         help
82           Say Y here to include additional code to support the Sandisk SDDR-55
83           SmartMedia reader in the USB Mass Storage driver.
84
85 config USB_STORAGE_JUMPSHOT
86         bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
87         depends on USB_STORAGE && EXPERIMENTAL
88         help
89           Say Y here to include additional code to support the Lexar Jumpshot
90           USB CompactFlash reader.
91