USB: Remove EXPERIMENTAL designation from USB storage Kconfig entries.
Since there seems to be little reason to mark the current USB storage features as "EXPERIMENTAL," remove that dependency. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d277064e7e
commit
726627f341
@ -32,8 +32,8 @@ config USB_STORAGE_DEBUG
|
|||||||
verbose debugging messages.
|
verbose debugging messages.
|
||||||
|
|
||||||
config USB_STORAGE_DATAFAB
|
config USB_STORAGE_DATAFAB
|
||||||
bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
|
bool "Datafab Compact Flash Reader support"
|
||||||
depends on USB_STORAGE && EXPERIMENTAL
|
depends on USB_STORAGE
|
||||||
help
|
help
|
||||||
Support for certain Datafab CompactFlash readers.
|
Support for certain Datafab CompactFlash readers.
|
||||||
Datafab has a web page at <http://www.datafabusa.com/>.
|
Datafab has a web page at <http://www.datafabusa.com/>.
|
||||||
@ -69,8 +69,8 @@ config USB_STORAGE_DPCM
|
|||||||
There is a web page at <http://www.ziocorp.com/products/>.
|
There is a web page at <http://www.ziocorp.com/products/>.
|
||||||
|
|
||||||
config USB_STORAGE_USBAT
|
config USB_STORAGE_USBAT
|
||||||
bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)"
|
bool "USBAT/USBAT02-based storage support"
|
||||||
depends on USB_STORAGE && EXPERIMENTAL
|
depends on USB_STORAGE
|
||||||
help
|
help
|
||||||
Say Y here to include additional code to support storage devices
|
Say Y here to include additional code to support storage devices
|
||||||
based on the SCM/Shuttle USBAT/USBAT02 processors.
|
based on the SCM/Shuttle USBAT/USBAT02 processors.
|
||||||
@ -90,30 +90,30 @@ config USB_STORAGE_USBAT
|
|||||||
- Sandisk ImageMate SDDR-05b
|
- Sandisk ImageMate SDDR-05b
|
||||||
|
|
||||||
config USB_STORAGE_SDDR09
|
config USB_STORAGE_SDDR09
|
||||||
bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
|
bool "SanDisk SDDR-09 (and other SmartMedia) support"
|
||||||
depends on USB_STORAGE && EXPERIMENTAL
|
depends on USB_STORAGE
|
||||||
help
|
help
|
||||||
Say Y here to include additional code to support the Sandisk SDDR-09
|
Say Y here to include additional code to support the Sandisk SDDR-09
|
||||||
SmartMedia reader in the USB Mass Storage driver.
|
SmartMedia reader in the USB Mass Storage driver.
|
||||||
Also works for the Microtech Zio! SmartMedia reader.
|
Also works for the Microtech Zio! SmartMedia reader.
|
||||||
|
|
||||||
config USB_STORAGE_SDDR55
|
config USB_STORAGE_SDDR55
|
||||||
bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)"
|
bool "SanDisk SDDR-55 SmartMedia support"
|
||||||
depends on USB_STORAGE && EXPERIMENTAL
|
depends on USB_STORAGE
|
||||||
help
|
help
|
||||||
Say Y here to include additional code to support the Sandisk SDDR-55
|
Say Y here to include additional code to support the Sandisk SDDR-55
|
||||||
SmartMedia reader in the USB Mass Storage driver.
|
SmartMedia reader in the USB Mass Storage driver.
|
||||||
|
|
||||||
config USB_STORAGE_JUMPSHOT
|
config USB_STORAGE_JUMPSHOT
|
||||||
bool "Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)"
|
bool "Lexar Jumpshot Compact Flash Reader"
|
||||||
depends on USB_STORAGE && EXPERIMENTAL
|
depends on USB_STORAGE
|
||||||
help
|
help
|
||||||
Say Y here to include additional code to support the Lexar Jumpshot
|
Say Y here to include additional code to support the Lexar Jumpshot
|
||||||
USB CompactFlash reader.
|
USB CompactFlash reader.
|
||||||
|
|
||||||
config USB_STORAGE_ALAUDA
|
config USB_STORAGE_ALAUDA
|
||||||
bool "Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL)"
|
bool "Olympus MAUSB-10/Fuji DPC-R1 support"
|
||||||
depends on USB_STORAGE && EXPERIMENTAL
|
depends on USB_STORAGE
|
||||||
help
|
help
|
||||||
Say Y here to include additional code to support the Olympus MAUSB-10
|
Say Y here to include additional code to support the Olympus MAUSB-10
|
||||||
and Fujifilm DPC-R1 USB Card reader/writer devices.
|
and Fujifilm DPC-R1 USB Card reader/writer devices.
|
||||||
@ -122,8 +122,8 @@ config USB_STORAGE_ALAUDA
|
|||||||
XD and SmartMedia cards.
|
XD and SmartMedia cards.
|
||||||
|
|
||||||
config USB_STORAGE_ONETOUCH
|
config USB_STORAGE_ONETOUCH
|
||||||
bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
|
bool "Support OneTouch Button on Maxtor Hard Drives"
|
||||||
depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL
|
depends on USB_STORAGE && INPUT_EVDEV
|
||||||
help
|
help
|
||||||
Say Y here to include additional code to support the Maxtor OneTouch
|
Say Y here to include additional code to support the Maxtor OneTouch
|
||||||
USB hard drive's onetouch button.
|
USB hard drive's onetouch button.
|
||||||
|
Loading…
Reference in New Issue
Block a user