]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: mx6: use "select" instead of default value in defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Mar 2015 03:47:58 +0000 (12:47 +0900)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:31 +0000 (11:11 -0600)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
configs/mx6dlsabreauto_defconfig
configs/mx6dlsabresd_defconfig
configs/mx6qsabreauto_defconfig
configs/mx6qsabresd_defconfig
configs/mx6sabresd_spl_defconfig
configs/mx6sxsabresd_defconfig
configs/mx6sxsabresd_spl_defconfig

index 588e5eeb4226e52557540f891f850147ef758786..a6d2a41a449b8bf87c1b318055b2f4237ba70649 100644 (file)
@@ -546,11 +546,15 @@ config TARGET_MX6QARM2
 config TARGET_MX6QSABREAUTO
        bool "Support mx6qsabreauto"
        select CPU_V7
+       select DM
+       select DM_THERMAL
 
 config TARGET_MX6SABRESD
        bool "Support mx6sabresd"
        select CPU_V7
        select SUPPORT_SPL
+       select DM
+       select DM_THERMAL
 
 config TARGET_MX6SLEVK
        bool "Support mx6slevk"
@@ -560,6 +564,8 @@ config TARGET_MX6SXSABRESD
        bool "Support mx6sxsabresd"
        select CPU_V7
        select SUPPORT_SPL
+       select DM
+       select DM_THERMAL
 
 config TARGET_GW_VENTANA
        bool "Support gw_ventana"
index 8bc5e8be8b23940237661405daf4a47689cd1dd8..b649935912f4b563da3f5f2426b520bfd139f269 100644 (file)
@@ -1,5 +1,3 @@
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6dl.cfg,MX6DL"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6QSABREAUTO=y
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y
index cde0d705a568dfaebc2e3e528958ae8cbc17549d..b333e59ba53d3dedd5f184f728c86ba09451bfa3 100644 (file)
@@ -3,5 +3,3 @@ CONFIG_ARM=y
 CONFIG_TARGET_MX6SABRESD=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y
index ba9e512b4e03470b60c49aa4420e9aa14905dcbf..7d86700b30a9c0055d987ac60e10c12f96aa9822 100644 (file)
@@ -1,5 +1,3 @@
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/imximage.cfg,MX6Q"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6QSABREAUTO=y
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y
index 1764b39207b0779ae6d2298ef958ae4913e9acb9..67c1b77e05d356badbc0bbfad2841b1e045678ae 100644 (file)
@@ -1,5 +1,3 @@
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg,MX6Q"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6SABRESD=y
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y
index 16a947e843cee0566342aa90948bc2399d40a108..7f563cd58f2bf3919f3dd9970406a8b3e78b965b 100644 (file)
@@ -2,5 +2,3 @@ CONFIG_SPL=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,SPL,MX6Q"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6SABRESD=y
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y
index 5c862cf11e59fc8f307942c12f03107538eb8451..f23d48f361fc8e907e10b19b8f20c76fa87b75c9 100644 (file)
@@ -1,5 +1,3 @@
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg,MX6SX"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6SXSABRESD=y
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y
index de3d98fc890aae12adccaae1e391f7b46348aebf..b5e0635920ffeed50272549de331e17ef6763242 100644 (file)
@@ -2,5 +2,3 @@ CONFIG_SPL=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6SX"
 CONFIG_ARM=y
 CONFIG_TARGET_MX6SXSABRESD=y
-CONFIG_DM=y
-CONFIG_DM_THERMAL=y