commit | ae8d7d5071b3a1cc6aa86e8571e1d1891cfc68ba | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu May 07 22:11:19 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri May 22 11:21:06 2020 +0900 |
tree | 83e3f3201fab97eae7efe6a7661ee9b333abe529 | |
parent | 64648cbc3df416de45d3897d6a4da229254b2746 [diff] [blame] |
ARM: uniphier: select DM_ETH drivers/net/smc911x.c has been converted to DM. select DM_ETH to enable it for all the UniPhier platform boards. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef7da27..21df1c4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -1582,6 +1582,7 @@ bool "Socionext UniPhier SoCs" select BOARD_LATE_INIT select DM + select DM_ETH select DM_GPIO select DM_I2C select DM_MMC