blob: db1606e3ce6613c1af2e4bd074c17fe90de8d0f8 [file] [log] [blame]
Simon Glass0fcd48f2017-06-14 21:28:27 -06001config SCSI
2 bool "Support SCSI controllers"
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.
9
10config DM_SCSI
11 bool "Support SCSI controllers with driver model"
12 depends on BLK
13 help
14 This option enables the SCSI (Small Computer System Interface) uclass
15 which supports SCSI and SATA HDDs. For every device configuration
16 (IDs/LUNs) a block device is created with RAW read/write and
17 filesystem support.