diff options
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2010-10-07 07:05:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:21:50 -0400 |
commit | 115bb1ffa54c3934f3617bdd4e4dfc68b11e1e69 (patch) | |
tree | 873eac5e1a90e0374d2d1008f15492efc772f0cc /drivers/usb/storage/Kconfig | |
parent | ae6d22fe1812ce8d40add3eb74ede9cfd2eae44f (diff) |
USB: Add UAS driver
USB Attached SCSI is a new protocol specified jointly by the SCSI T10
committee and the USB Implementors Forum.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
[mina86@mina86.com: updated to use new USB_ prefix]
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/Kconfig')
-rw-r--r-- | drivers/usb/storage/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 8a372bac0e43..f2767cf2e229 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -172,6 +172,19 @@ config USB_STORAGE_CYPRESS_ATACB | |||
172 | 172 | ||
173 | If this driver is compiled as a module, it will be named ums-cypress. | 173 | If this driver is compiled as a module, it will be named ums-cypress. |
174 | 174 | ||
175 | config USB_UAS | ||
176 | tristate "USB Attached SCSI" | ||
177 | depends on USB && SCSI | ||
178 | help | ||
179 | The USB Attached SCSI protocol is supported by some USB | ||
180 | storage devices. It permits higher performance by supporting | ||
181 | multiple outstanding commands. | ||
182 | |||
183 | If you don't know whether you have a UAS device, it is safe to | ||
184 | say 'Y' or 'M' here and the kernel will use the right driver. | ||
185 | |||
186 | If you compile this driver as a module, it will be named uas. | ||
187 | |||
175 | config USB_LIBUSUAL | 188 | config USB_LIBUSUAL |
176 | bool "The shared table of common (or usual) storage devices" | 189 | bool "The shared table of common (or usual) storage devices" |
177 | depends on USB | 190 | depends on USB |