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

index 8c96ff8dd44f58314ef7b929c6c1ec8a139b9476..b3039b96097b7d7bdd8ff48d09422482855c4d14 100644 (file)
@@ -318,6 +318,8 @@ config TARGET_SPEAR600
 config TARGET_STV0991
        bool "Support stv0991"
        select CPU_V7
+       select DM
+       select DM_SERIAL
 
 config TARGET_X600
        bool "Support x600"
index e8cf311eb509940e7861f7e906ba9abd24239452..1884ac4a60272d6dd7b0abeb0df3109acc505c56 100644 (file)
@@ -2,5 +2,3 @@ CONFIG_SYS_EXTRA_OPTIONS="stv0991"
 CONFIG_ARM=y
 CONFIG_TARGET_STV0991=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y