blob: 7e21c4ae2bb8bbe76de07a9a4b5897d13845755a [file] [log] [blame]
Simon Glass0fcd48f2017-06-14 21:28:27 -06001config SCSI
Tom Rinib630f8b2023-10-27 20:59:51 -04002 bool "Support SCSI controllers with driver model"
Simon Glass0fcd48f2017-06-14 21:28:27 -06003 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
Tom Rinib630f8b2023-10-27 20:59:51 -04008 tranferring data. For every device configuration (IDs/LUNs) a block
9 device is created with RAW read/write and filesystem support.