summaryrefslogtreecommitdiff
path: root/drivers/block
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-14 21:28:21 -0600
committerSimon Glass <sjg@chromium.org>2017-07-11 10:08:19 -0600
commitfedb428c5beb8776451118f5adc976770a526a33 (patch)
tree733ac28b61f4e17aa15a2f1125e99472b3c46c8e /drivers/block
parent2cce586651bbeb0489c6cc6f04489f65bd039b9e (diff)
Convert CONFIG_SCSI to Kconfig
This converts the following to Kconfig: CONFIG_SCSI Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 931defd2ae..4c2aaa0a0b 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -19,6 +19,15 @@ config AHCI
operations at present. The block device interface has not been converted
to driver model.
+config SCSI
+ bool "Support SCSI controllers"
+ help
+ This enables support for SCSI (Small Computer System Interface),
+ a parallel interface widely used with storage peripherals such as
+ hard drives and optical drives. The SCSI standards define physical
+ interfaces as well as protocols for controlling devices and
+ tranferring data.
+
config DM_SCSI
bool "Support SCSI controllers with driver model"
depends on BLK