summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc86xx/Kconfig
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/powerpc/cpu/mpc86xx/Kconfig
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 'arch/powerpc/cpu/mpc86xx/Kconfig')
-rw-r--r--arch/powerpc/cpu/mpc86xx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc86xx/Kconfig b/arch/powerpc/cpu/mpc86xx/Kconfig
index fcac6584e8..2cc180da38 100644
--- a/arch/powerpc/cpu/mpc86xx/Kconfig
+++ b/arch/powerpc/cpu/mpc86xx/Kconfig
@@ -21,6 +21,7 @@ config TARGET_MPC8610HPCD
config TARGET_MPC8641HPCN
bool "Support MPC8641HPCN"
select ARCH_MPC8641
+ imply SCSI
config TARGET_XPEDITE517X
bool "Support xpedite517x"