Skip to content
Snippets Groups Projects
Commit 174245b9 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
parent 90c08d9e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment