Message ID | 1579954983-11329-21-git-send-email-amittomer25@gmail.com |
---|---|
State | New |
Headers | show |
Series | Actions S700 SoC support | expand |
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
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(+)