fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / usb / storage / Kconfig
index 1099581..fe2c4cd 100644 (file)
@@ -2,12 +2,13 @@
 # USB Storage driver configuration
 #
 
-comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information"
+comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
+comment "may also be needed; see USB_STORAGE Help for more information"
+       depends on USB
 
 config USB_STORAGE
        tristate "USB Mass Storage support"
-       depends on USB
-       select SCSI
+       depends on USB && SCSI
        ---help---
          Say Y here if you want to connect USB mass storage devices to your
          computer's USB port. This is the driver you need for USB
@@ -16,7 +17,7 @@ config USB_STORAGE
          similar devices. This driver may also be used for some cameras
          and card readers.
 
-         This option 'selects' (turns on, enables) 'SCSI', but you
+         This option depends on 'SCSI' support being enabled, but you
          probably also need 'SCSI device support: SCSI disk support'
          (BLK_DEV_SD) for most USB storage devices.
 
@@ -30,28 +31,6 @@ config USB_STORAGE_DEBUG
          Say Y here in order to have the USB Mass Storage code generate
          verbose debugging messages.
 
-config USB_STORAGE_RW_DETECT
-       bool "USB Mass Storage Write-Protected Media Detection (EXPERIMENTAL)"
-       depends on USB_STORAGE && EXPERIMENTAL
-       help
-         Say Y here in order to have the USB Mass Storage code indicate to
-         the SCSI layer that using MODE SENSE(6) and MODE SENSE(10) to
-         determine if the media is write-protected is a good thing to do.
-
-         Many devices have historically had trouble with these commands,
-         hence the default 2.6.x behavior has been to suppress their use.
-         2.4.x used these commands with (at best) mixed results, often
-         crashing the firmware of the device.  However, the SCSI layer now
-         issues these commands in a manner more consistent with other
-         "popular" OSes, in an attempt to improve compatibility.
-
-         Saying Y here allows these commands to be sent to a USB device.
-         If you find a device this doesn't work for, switch to N and let
-         us know at <usb-storage@lists.one-eyed-alien.net>
-
-         If you say N here, the kernel will assume that all disk-like USB
-         devices are write-enabled.
-
 config USB_STORAGE_DATAFAB
        bool "Datafab Compact Flash Reader support (EXPERIMENTAL)"
        depends on USB_STORAGE && EXPERIMENTAL
@@ -68,7 +47,8 @@ config USB_STORAGE_FREECOM
 
 config USB_STORAGE_ISD200
        bool "ISD-200 USB/ATA Bridge support"
-       depends on USB_STORAGE && BLK_DEV_IDE
+       depends on USB_STORAGE
+       depends on BLK_DEV_IDE=y || BLK_DEV_IDE=USB_STORAGE
        ---help---
          Say Y here if you want to use USB Mass Store devices based
          on the In-Systems Design ISD-200 USB/ATA bridge.
@@ -89,12 +69,26 @@ config USB_STORAGE_DPCM
          Say Y here to support the Microtech/ZiO! CompactFlash reader.
          There is a web page at <http://www.ziocorp.com/products/>.
 
-config USB_STORAGE_HP8200e
-       bool "HP CD-Writer 82xx support (EXPERIMENTAL)"
+config USB_STORAGE_USBAT
+       bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)"
        depends on USB_STORAGE && EXPERIMENTAL
        help
-         Say Y here to include additional code to support Hewlett-Packard
-         8200e/8210e/8230e CD-Writer Plus drives.
+         Say Y here to include additional code to support storage devices
+         based on the SCM/Shuttle USBAT/USBAT02 processors.
+
+         Devices reported to work with this driver include:
+         - CompactFlash reader included with Kodak DC3800 camera
+         - Dane-Elec Zmate CompactFlash reader
+         - Delkin Efilm reader2
+         - HP 8200e/8210e/8230e CD-Writer Plus drives
+         - I-JAM JS-50U
+         - Jessops CompactFlash JESDCFRU BLACK
+         - Kingston Technology PCREAD-USB/CF
+         - Maxell UA4 CompactFlash reader
+         - Memorex UCF-100
+         - Microtech ZiO! ICS-45 CF2
+         - RCA LYRA MP3 portable
+         - Sandisk ImageMate SDDR-05b
 
 config USB_STORAGE_SDDR09
        bool "SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)"
@@ -118,3 +112,50 @@ config USB_STORAGE_JUMPSHOT
          Say Y here to include additional code to support the Lexar Jumpshot
          USB CompactFlash reader.
 
+config USB_STORAGE_ALAUDA
+       bool "Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL)"
+       depends on USB_STORAGE && EXPERIMENTAL
+       help
+         Say Y here to include additional code to support the Olympus MAUSB-10
+         and Fujifilm DPC-R1 USB Card reader/writer devices.
+
+         These devices are based on the Alauda chip and support both
+         XD and SmartMedia cards.
+
+config USB_STORAGE_ONETOUCH
+       bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)"
+       depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM
+       help
+         Say Y here to include additional code to support the Maxtor OneTouch
+         USB hard drive's onetouch button.
+
+         This code registers the button on the front of Maxtor OneTouch USB
+         hard drive's as an input device. An action can be associated with
+         this input in any keybinding software. (e.g. gnome's keyboard short-
+         cuts)
+
+config USB_STORAGE_KARMA
+       bool "Support for Rio Karma music player"
+       depends on USB_STORAGE
+       help
+         Say Y here to include additional code to support the Rio Karma
+         USB interface.
+
+         This code places the Rio Karma into mass storage mode, enabling
+         it to be mounted as an ordinary filesystem. Performing an eject
+         on the resulting scsi device node returns the Karma to normal
+         operation.
+
+config USB_LIBUSUAL
+       bool "The shared table of common (or usual) storage devices"
+       depends on USB
+       help
+         This module contains a table of common (or usual) devices
+         for usb-storage and ub drivers, and allows to switch binding
+         of these devices without rebuilding modules.
+
+         Typical syntax of /etc/modprobe.conf is:
+
+               options libusual bias="ub"
+
+         If unsure, say N.