diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-30 18:51:40 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-07 08:48:58 -0400 |
commit | 174245b90910438efe31153dd409d53163ea066d (patch) | |
tree | 506e9bb76cff5362a4acfd47c22dc4615a2cc8f6 /board/tcl | |
parent | 90c08d9e08c7a108ab904f3bbdeb558081757892 (diff) | |
download | u-boot-174245b90910438efe31153dd409d53163ea066d.tar.gz |
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 'board/tcl')
-rw-r--r-- | board/tcl/sl50/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/tcl/sl50/Kconfig b/board/tcl/sl50/Kconfig index 390a47631e..d0068d9324 100644 --- a/board/tcl/sl50/Kconfig +++ b/board/tcl/sl50/Kconfig @@ -22,10 +22,4 @@ config CONS_INDEX board you may want something other than UART0 as for example the IDK uses UART3 so enter 4 here. -config DM_GPIO - default y - -config DM_SERIAL - default y - endif |