[PATCH v3 20/21] owl: Kconfig: Enable dm eth for OWL platform
Amit Singh Tomar
amittomer25 at gmail.com
Sat Jan 25 13:23:02 CET 2020
This patch selects CONFIG_DM_ETH(ethernet driver is base on DM model) for
Action semi owl SoC.
Signed-off-by: Amit Singh Tomar <amittomer25 at gmail.com>
---
Changes since v2:
* Newly added patch, not there in v2/v1.
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 42d0f26..fe57cae 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -884,6 +884,7 @@ config ARCH_MX5
config ARCH_OWL
bool "Actions Semi OWL SoCs"
select DM
+ select DM_ETH
select DM_SERIAL
select DM_RESET
select OWL_SERIAL
--
2.7.4
More information about the U-Boot
mailing list