]> Git Repo - J-u-boot.git/blame - drivers/scsi/Kconfig
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / drivers / scsi / Kconfig
CommitLineData
0fcd48fe 1config SCSI
b630f8b3 2 bool "Support SCSI controllers with driver model"
a72fa7f2 3 select BLK
0fcd48fe
SG
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
b630f8b3
TR
9 tranferring data. For every device configuration (IDs/LUNs) a block
10 device is created with RAW read/write and filesystem support.
This page took 0.232738 seconds and 4 git commands to generate.