aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-05-07 22:11:19 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-05-22 11:21:06 +0900
commit1517126fdac2ee73286676770bca175b32d7a3d2 (patch)
tree83e3f3201fab97eae7efe6a7661ee9b333abe529 /arch
parent7a2704369c70ce3711dfa1a1ba795524899136a0 (diff)
downloadu-boot-1517126fdac2ee73286676770bca175b32d7a3d2.zip
u-boot-1517126fdac2ee73286676770bca175b32d7a3d2.tar.gz
u-boot-1517126fdac2ee73286676770bca175b32d7a3d2.tar.bz2
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')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
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 @@ 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