commit | 0906a82b082a3126eab029c6fc18045a765e5fe7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 31 12:48:01 2015 +0900 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:31 2015 -0600 |
tree | 64f7ecb845a3359325713f57a016932d19b0f710 | |
parent | 20c5781022f3ed1ac86c22ef4f31fe0ef2c087cf [diff] [blame] |
ARM: stv0991: use "select" instead of default value in defconfig Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0a0d19f..af2d4f4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -235,6 +235,8 @@ config TARGET_STV0991 bool "Support stv0991" select CPU_V7 + select DM + select DM_SERIAL config TARGET_X600 bool "Support x600"