ARM: am335x: select DM_GPIO
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Aug 2016 09:51:40 +0000 (18:51 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:48:58 +0000 (08:48 -0400)
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>
arch/arm/Kconfig
board/tcl/sl50/Kconfig

index 37fee43..e63309a 100644 (file)
@@ -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
index 390a476..d0068d9 100644 (file)
@@ -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