blob: fc87d34cca391baa9a0c1279874210e94c865814 [file] [log] [blame]
Simon Glass3def0062017-06-14 21:28:27 -06001config SCSI
Tom Rini15a2ab52023-10-27 20:59:51 -04002 bool "Support SCSI controllers with driver model"
Tom Rini9604ece2025-01-14 19:22:11 -06003 select BLK
Simon Glass3def0062017-06-14 21:28:27 -06004 help
5 This enables support for SCSI (Small Computer System Interface),
6 a parallel interface widely used with storage peripherals such as
7 hard drives and optical drives. The SCSI standards define physical
8 interfaces as well as protocols for controlling devices and
Tom Rini15a2ab52023-10-27 20:59:51 -04009 tranferring data. For every device configuration (IDs/LUNs) a block
10 device is created with RAW read/write and filesystem support.