diff options
author | Simon Glass | 2017-06-14 21:28:21 -0600 |
---|---|---|
committer | Simon Glass | 2017-07-11 10:08:19 -0600 |
commit | fedb428c5beb8776451118f5adc976770a526a33 (patch) | |
tree | 733ac28b61f4e17aa15a2f1125e99472b3c46c8e /board | |
parent | 2cce586651bbeb0489c6cc6f04489f65bd039b9e (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 'board')
-rw-r--r-- | board/congatec/Kconfig | 1 | ||||
-rw-r--r-- | board/dfi/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/congatec/Kconfig b/board/congatec/Kconfig index 875d1ae07b1..ff5a1d84a11 100644 --- a/board/congatec/Kconfig +++ b/board/congatec/Kconfig @@ -13,6 +13,7 @@ choice config TARGET_CONGA_QEVAL20_QA3_E3845 bool "congatec QEVAL 2.0 & conga-QA3/E3845" select BOARD_LATE_INIT + imply SCSI help This is the congatec Qseven 2.0 evaluation carrier board (conga-QEVAL) equipped with the conga-QA3/E3845-4G SoM. diff --git a/board/dfi/Kconfig b/board/dfi/Kconfig index 25d0a11ce15..d2a1d78783f 100644 --- a/board/dfi/Kconfig +++ b/board/dfi/Kconfig @@ -12,6 +12,7 @@ choice config TARGET_DFI_BT700 bool "DFI BT700 BayTrail" + imply SCSI help This is the DFI Q7X-151 baseboard equipped with the DFI BayTrail Bt700 SoM. It contains an Atom E3845 with |