Kconfig 686 B

123456789101112131415161718
  1. config SCSI
  2. bool "Support SCSI controllers"
  3. select HAVE_BLOCK_DEVICE
  4. 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. config 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.