10fcd48feSSimon Glassconfig SCSI 20fcd48feSSimon Glass bool "Support SCSI controllers" 3*1811a928SAdam Ford select HAVE_BLOCK_DEVICE 40fcd48feSSimon Glass help 50fcd48feSSimon Glass This enables support for SCSI (Small Computer System Interface), 60fcd48feSSimon Glass a parallel interface widely used with storage peripherals such as 70fcd48feSSimon Glass hard drives and optical drives. The SCSI standards define physical 80fcd48feSSimon Glass interfaces as well as protocols for controlling devices and 90fcd48feSSimon Glass tranferring data. 100fcd48feSSimon Glass 110fcd48feSSimon Glassconfig DM_SCSI 120fcd48feSSimon Glass bool "Support SCSI controllers with driver model" 130fcd48feSSimon Glass depends on BLK 140fcd48feSSimon Glass help 150fcd48feSSimon Glass This option enables the SCSI (Small Computer System Interface) uclass 160fcd48feSSimon Glass which supports SCSI and SATA HDDs. For every device configuration 170fcd48feSSimon Glass (IDs/LUNs) a block device is created with RAW read/write and 180fcd48feSSimon Glass filesystem support. 19