]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: cm_fx6: use "select" instead of default value in defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Mar 2015 03:48:02 +0000 (12:48 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:43:50 +0000 (14:43 +0200)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
configs/cm_fx6_defconfig

index 398824b4e083b9f53a93bbfc673ce72f5c999b54..5b25e62bc559bfab6dbb5864cf55f9077cb27d7b 100644 (file)
@@ -688,6 +688,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"
index f10a5c2c90b679364dddd6afe96bc86aeedb56c5..c83a0e8dac4c124b5ecf10b52095a70c6ba7c04b 100644 (file)
@@ -2,6 +2,3 @@ CONFIG_SPL=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL"
 CONFIG_ARM=y
 CONFIG_TARGET_CM_FX6=y
-CONFIG_DM=y
-CONFIG_DM_GPIO=y
-CONFIG_DM_SERIAL=y