Re: [U-Boot] [PATCH] ARM: am335x: select DM_GPIO

2016-08-30 Thread Enric Balletbo Serra
2016-08-30 11:51 GMT+02:00 Masahiro Yamada : > We are supposed to not add config entries with only "default y" > in board/SoC Kconfig files. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/Kconfig | 1 + > board/tcl/sl50/Kconfig | 6 -- > 2 files changed, 1 insertion(+), 6 deletio

[U-Boot] [PATCH] ARM: am335x: select DM_GPIO

2016-08-30 Thread Masahiro Yamada
We are supposed to not add config entries with only "default y" in board/SoC Kconfig files. Signed-off-by: Masahiro Yamada --- 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