1config SCSI
2	bool "Support SCSI controllers with driver model"
3	help
4	  This enables support for SCSI (Small Computer System Interface),
5	  a parallel interface widely used with storage peripherals such as
6	  hard drives and optical drives. The SCSI standards define physical
7	  interfaces as well as protocols for controlling devices and
8	  tranferring data. For every device configuration (IDs/LUNs) a block
9	  device is created with RAW read/write and filesystem support.
10