diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:48:00 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:31 -0600 |
commit | 93a35382368a282eb60b2b5d8bbbd5f3a3b2a1e8 (patch) | |
tree | 48ef3e5e8b0e9f862d8b78b2f02a1a5302cb3ab1 /arch/arm | |
parent | 1d9aa3e5aa79690f5f2188fa39cdab0d73afa134 (diff) | |
download | u-boot-imx-93a35382368a282eb60b2b5d8bbbd5f3a3b2a1e8.zip u-boot-imx-93a35382368a282eb60b2b5d8bbbd5f3a3b2a1e8.tar.gz u-boot-imx-93a35382368a282eb60b2b5d8bbbd5f3a3b2a1e8.tar.bz2 |
ARM: bav335x: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index efd08f2..0a0d19f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -406,6 +406,8 @@ config TARGET_BAV335X bool "Support bav335x" select CPU_V7 select SUPPORT_SPL + select DM + select DM_SERIAL help The BAV335x OEM Network Processor integrates all the functions of an embedded network computer in a small, easy to use SODIMM module which |