diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-07 22:11:19 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-22 11:21:06 +0900 |
commit | 1517126fdac2ee73286676770bca175b32d7a3d2 (patch) | |
tree | 83e3f3201fab97eae7efe6a7661ee9b333abe529 /arch/arm | |
parent | 7a2704369c70ce3711dfa1a1ba795524899136a0 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef7da27877..21df1c415f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1582,6 +1582,7 @@ config ARCH_UNIPHIER bool "Socionext UniPhier SoCs" select BOARD_LATE_INIT select DM + select DM_ETH select DM_GPIO select DM_I2C select DM_MMC |