aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
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 /arch/arm/mach-mvebu
parent2cce586651bbeb0489c6cc6f04489f65bd039b9e (diff)
downloadu-boot-fedb428c5beb8776451118f5adc976770a526a33.zip
u-boot-fedb428c5beb8776451118f5adc976770a526a33.tar.gz
u-boot-fedb428c5beb8776451118f5adc976770a526a33.tar.bz2
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 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 6ae54ef..89476a6 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -77,6 +77,7 @@ config TARGET_CLEARFOG
config TARGET_MVEBU_ARMADA_37XX
bool "Support Armada 37xx platforms"
select ARMADA_3700
+ imply SCSI
config TARGET_DB_88F6720
bool "Support DB-88F6720 Armada 375"
@@ -94,6 +95,7 @@ config TARGET_MVEBU_ARMADA_8K
bool "Support Armada 7k/8k platforms"
select ARMADA_8K
select BOARD_LATE_INIT
+ imply SCSI
config TARGET_DB_MV784MP_GP
bool "Support db-mv784mp-gp"