summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-30 18:51:40 +0900
committerTom Rini <trini@konsulko.com>2016-09-07 08:48:58 -0400
commit174245b90910438efe31153dd409d53163ea066d (patch)
tree506e9bb76cff5362a4acfd47c22dc4615a2cc8f6 /arch
parent90c08d9e08c7a108ab904f3bbdeb558081757892 (diff)
downloadu-boot-imx-174245b90910438efe31153dd409d53163ea066d.zip
u-boot-imx-174245b90910438efe31153dd409d53163ea066d.tar.gz
u-boot-imx-174245b90910438efe31153dd409d53163ea066d.tar.bz2
ARM: am335x: select DM_GPIO
We are supposed to not add config entries with only "default y" in board/SoC Kconfig files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 37fee43..e63309a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -459,6 +459,7 @@ config TARGET_AM335X_SL50
select CPU_V7
select SUPPORT_SPL
select DM
+ select DM_GPIO
select DM_SERIAL
config TARGET_BAV335X