commit | 623753a0eb607d5ac4b99528b8a385dcf3114f26 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Aug 30 18:51:40 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 07 08:48:58 2016 -0400 |
tree | 506e9bb76cff5362a4acfd47c22dc4615a2cc8f6 | |
parent | e6cee48e5e73671d02cd51021b48992cc1599a1b [diff] [blame] |
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>
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 @@ select CPU_V7 select SUPPORT_SPL select DM + select DM_GPIO select DM_SERIAL config TARGET_BAV335X