]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
powerpc: ids8313: use "select" instead of default value in defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Mar 2015 03:48:03 +0000 (12:48 +0900)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:32 +0000 (11:11 -0600)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/powerpc/cpu/mpc83xx/Kconfig
configs/ids8313_defconfig

index 4d6cb0964bad2364cf064c59c78092993ee5279b..88a3bd6814aea83c0f86493d7dfa4db676069596 100644 (file)
@@ -49,6 +49,7 @@ config TARGET_MPC837XERDB
 
 config TARGET_IDS8313
        bool "Support ids8313"
+       select DM
 
 config TARGET_KM8360
        bool "Support km8360"
index 0950ec8b77847b72ebfec4119da1be41a3d0b51e..8479cd42f7edc326ecfb79f04eaafb528cd3752f 100644 (file)
@@ -4,4 +4,3 @@ CONFIG_MPC83xx=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_TARGET_IDS8313=y
-CONFIG_DM=y