[U-Boot] [PATCH] 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 ---
arch/arm/Kconfig | 1 + board/tcl/sl50/Kconfig | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c871eaf..03eaeda 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 diff --git a/board/tcl/sl50/Kconfig b/board/tcl/sl50/Kconfig index 390a476..d0068d9 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

2016-08-30 11:51 GMT+02:00 Masahiro Yamada yamada.masahiro@socionext.com:
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
arch/arm/Kconfig | 1 + board/tcl/sl50/Kconfig | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c871eaf..03eaeda 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 diff --git a/board/tcl/sl50/Kconfig b/board/tcl/sl50/Kconfig index 390a476..d0068d9 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
1.9.1
Thanks,
Acked-by: Enric Balletbo i Serra enric.balletbo@collabora.com
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On Tue, Aug 30, 2016 at 06:51:40PM +0900, Masahiro Yamada wrote:
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
Applied to u-boot/master, thanks!
participants (3)
-
Enric Balletbo Serra
-
Masahiro Yamada
-
Tom Rini