Skip to content
Snippets Groups Projects
Commit 2ea4cfde authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

powerpc: ids8313: use "select" instead of default value in defconfig

parent e621bae8
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ config TARGET_MPC837XERDB ...@@ -49,6 +49,7 @@ config TARGET_MPC837XERDB
config TARGET_IDS8313 config TARGET_IDS8313
bool "Support ids8313" bool "Support ids8313"
select DM
config TARGET_KM8360 config TARGET_KM8360
bool "Support km8360" bool "Support km8360"
......
...@@ -4,4 +4,3 @@ CONFIG_MPC83xx=y ...@@ -4,4 +4,3 @@ CONFIG_MPC83xx=y
CONFIG_FIT=y CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y CONFIG_FIT_SIGNATURE=y
CONFIG_TARGET_IDS8313=y CONFIG_TARGET_IDS8313=y
CONFIG_DM=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment