X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fstorage%2FKconfig;h=1099581dea4174468b74b24030338d4451781967;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7e8d1212d96865df9c1c02616c3858b603bab2e2;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 7e8d1212d..1099581de 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -2,16 +2,23 @@ # 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" + config USB_STORAGE tristate "USB Mass Storage support" depends on USB select 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 floppy drives, - USB hard disks, USB tape drives and USB CD-ROMs, along with - similar devices. This driver may also be used for some cameras and - card readers. + computer's USB port. This is the driver you need for USB + floppy drives, USB hard disks, USB tape drives, USB CD-ROMs, + USB flash devices, and memory sticks, along with + similar devices. This driver may also be used for some cameras + and card readers. + + This option 'selects' (turns on, enables) 'SCSI', but you + probably also need 'SCSI device support: SCSI disk support' + (BLK_DEV_SD) for most USB storage devices. To compile this driver as a module, choose M here: the module will be called usb-storage. @@ -40,7 +47,7 @@ config USB_STORAGE_RW_DETECT 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 + us know at If you say N here, the kernel will assume that all disk-like USB devices are write-enabled.