Skip to content
Snippets Groups Projects
Commit e621bae8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

ARM: cm_fx6: use "select" instead of default value in defconfig

parent cac0ca76
No related branches found
No related tags found
No related merge requests found
...@@ -630,6 +630,9 @@ config TARGET_CM_FX6 ...@@ -630,6 +630,9 @@ config TARGET_CM_FX6
bool "Support cm_fx6" bool "Support cm_fx6"
select CPU_V7 select CPU_V7
select SUPPORT_SPL select SUPPORT_SPL
select DM
select DM_SERIAL
select DM_GPIO
config TARGET_SOCFPGA_ARRIA5 config TARGET_SOCFPGA_ARRIA5
bool "Support socfpga_arria5" bool "Support socfpga_arria5"
......
...@@ -2,6 +2,3 @@ CONFIG_SPL=y ...@@ -2,6 +2,3 @@ CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL" CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL"
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_TARGET_CM_FX6=y CONFIG_TARGET_CM_FX6=y
CONFIG_DM=y
CONFIG_DM_GPIO=y
CONFIG_DM_SERIAL=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment