]> git.ipfire.org Git - people/ms/u-boot.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)
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/stv0991_defconfig

index 0a0d19f8f107f8a067d8c5383a7e09b113810a3c..af2d4f4135e390ca52c5b68955661a758e11f0f3 100644 (file)
@@ -235,6 +235,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