diff options
author | Masahiro Yamada | 2015-03-31 12:48:02 +0900 |
---|---|---|
committer | Simon Glass | 2015-04-18 11:11:32 -0600 |
commit | e621bae808e144e4b8a91dce19d6249393fa72e4 (patch) | |
tree | bbd3be38b359b34a6127943e1179d5ce48419412 /arch/arm | |
parent | cac0ca76474df846ff6afa21cceea91455a5aabc (diff) |
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/arm')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index af2d4f4135e..3702bb084f8 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" |