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

ARM: stv0991: use "select" instead of default value in defconfig

parent 93a35382
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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
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