summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-31 12:48:02 +0900
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:32 -0600
commite621bae808e144e4b8a91dce19d6249393fa72e4 (patch)
treebbd3be38b359b34a6127943e1179d5ce48419412 /arch
parentcac0ca76474df846ff6afa21cceea91455a5aabc (diff)
downloadblackbird-obmc-uboot-e621bae808e144e4b8a91dce19d6249393fa72e4.tar.gz
blackbird-obmc-uboot-e621bae808e144e4b8a91dce19d6249393fa72e4.zip
ARM: cm_fx6: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index af2d4f4135..3702bb084f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -630,6 +630,9 @@ config TARGET_CM_FX6
bool "Support cm_fx6"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_SOCFPGA_ARRIA5
bool "Support socfpga_arria5"
OpenPOWER on IntegriCloud