diff options
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 7e53333be013..0f6d234d699b 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -32,8 +32,8 @@ config USB_STORAGE_DEBUG | |||
32 | verbose debugging messages. | 32 | verbose debugging messages. |
33 | 33 | ||
34 | config USB_STORAGE_DATAFAB | 34 | config USB_STORAGE_DATAFAB |
35 | bool "Datafab Compact Flash Reader support (EXPERIMENTAL)" | 35 | bool "Datafab Compact Flash Reader support" |
36 | depends on USB_STORAGE && EXPERIMENTAL | 36 | depends on USB_STORAGE |
37 | help | 37 | help |
38 | Support for certain Datafab CompactFlash readers. | 38 | Support for certain Datafab CompactFlash readers. |
39 | Datafab has a web page at <http://www.datafabusa.com/>. | 39 | Datafab has a web page at <http://www.datafabusa.com/>. |
@@ -69,8 +69,8 @@ config USB_STORAGE_DPCM | |||
69 | There is a web page at <http://www.ziocorp.com/products/>. | 69 | There is a web page at <http://www.ziocorp.com/products/>. |
70 | 70 | ||
71 | config USB_STORAGE_USBAT | 71 | config USB_STORAGE_USBAT |
72 | bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)" | 72 | bool "USBAT/USBAT02-based storage support" |
73 | depends on USB_STORAGE && EXPERIMENTAL | 73 | depends on USB_STORAGE |
74 | help | 74 | help |
75 | Say Y here to include additional code to support storage devices | 75 | Say Y here to include additional code to support storage devices |
76 | based on the SCM/Shuttle USBAT/USBAT02 processors. | 76 | based on the SCM/Shuttle USBAT/USBAT02 processors. |
@@ -90,30 +90,30 @@ config USB_STORAGE_USBAT | |||
90 | - Sandisk ImageMate SDDR-05b | 90 | - Sandisk ImageMate SDDR-05b |
91 | 91 | ||
92 | config USB_STORAGE_SDDR09 | 92 | config USB_STORAGE_SDDR09 |
93 | bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)" | 93 | bool "SanDisk SDDR-09 (and other SmartMedia) support" |
94 | depends on USB_STORAGE && EXPERIMENTAL | 94 | depends on USB_STORAGE |
95 | help | 95 | help |
96 | Say Y here to include additional code to support the Sandisk SDDR-09 | 96 | Say Y here to include additional code to support the Sandisk SDDR-09 |
97 | SmartMedia reader in the USB Mass Storage driver. | 97 | SmartMedia reader in the USB Mass Storage driver. |
98 | Also works for the Microtech Zio! SmartMedia reader. | 98 | Also works for the Microtech Zio! SmartMedia reader. |
99 | 99 | ||
100 | config USB_STORAGE_SDDR55 | 100 | config USB_STORAGE_SDDR55 |
101 | bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)" | 101 | bool "SanDisk SDDR-55 SmartMedia support" |
102 | depends on USB_STORAGE && EXPERIMENTAL | 102 | depends on USB_STORAGE |
103 | help | 103 | help |
104 | Say Y here to include additional code to support the Sandisk SDDR-55 | 104 | Say Y here to include additional code to support the Sandisk SDDR-55 |
105 | SmartMedia reader in the USB Mass Storage driver. | 105 | SmartMedia reader in the USB Mass Storage driver. |
106 | 106 | ||
107 | config USB_STORAGE_JUMPSHOT | 107 | config USB_STORAGE_JUMPSHOT |
108 | bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)" | 108 | bool "Lexar Jumpshot Compact Flash Reader" |
109 | depends on USB_STORAGE && EXPERIMENTAL | 109 | depends on USB_STORAGE |
110 | help | 110 | help |
111 | Say Y here to include additional code to support the Lexar Jumpshot | 111 | Say Y here to include additional code to support the Lexar Jumpshot |
112 | USB CompactFlash reader. | 112 | USB CompactFlash reader. |
113 | 113 | ||
114 | config USB_STORAGE_ALAUDA | 114 | config USB_STORAGE_ALAUDA |
115 | bool "Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL)" | 115 | bool "Olympus MAUSB-10/Fuji DPC-R1 support" |
116 | depends on USB_STORAGE && EXPERIMENTAL | 116 | depends on USB_STORAGE |
117 | help | 117 | help |
118 | Say Y here to include additional code to support the Olympus MAUSB-10 | 118 | Say Y here to include additional code to support the Olympus MAUSB-10 |
119 | and Fujifilm DPC-R1 USB Card reader/writer devices. | 119 | and Fujifilm DPC-R1 USB Card reader/writer devices. |
@@ -122,8 +122,8 @@ config USB_STORAGE_ALAUDA | |||
122 | XD and SmartMedia cards. | 122 | XD and SmartMedia cards. |
123 | 123 | ||
124 | config USB_STORAGE_ONETOUCH | 124 | config USB_STORAGE_ONETOUCH |
125 | bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" | 125 | bool "Support OneTouch Button on Maxtor Hard Drives" |
126 | depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM | 126 | depends on USB_STORAGE && INPUT_EVDEV |
127 | help | 127 | help |
128 | Say Y here to include additional code to support the Maxtor OneTouch | 128 | Say Y here to include additional code to support the Maxtor OneTouch |
129 | USB hard drive's onetouch button. | 129 | USB hard drive's onetouch button. |
@@ -145,6 +145,17 @@ config USB_STORAGE_KARMA | |||
145 | on the resulting scsi device node returns the Karma to normal | 145 | on the resulting scsi device node returns the Karma to normal |
146 | operation. | 146 | operation. |
147 | 147 | ||
148 | config USB_STORAGE_CYPRESS_ATACB | ||
149 | bool "SAT emulation on Cypress USB/ATA Bridge with ATACB" | ||
150 | depends on USB_STORAGE | ||
151 | ---help--- | ||
152 | Say Y here if you want to use SAT (ata pass through) on devices based | ||
153 | on the Cypress USB/ATA bridge supporting ATACB. This will allow you | ||
154 | to use tools to tune and monitor your drive (like hdparm or smartctl). | ||
155 | |||
156 | If you say no here your device will still work with the standard usb | ||
157 | mass storage class. | ||
158 | |||
148 | config USB_LIBUSUAL | 159 | config USB_LIBUSUAL |
149 | bool "The shared table of common (or usual) storage devices" | 160 | bool "The shared table of common (or usual) storage devices" |
150 | depends on USB | 161 | depends on USB |