mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
90c08d9e08
commit
174245b909
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue