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