owl: Kconfig: Enable DM eth for OWL platform
authorAmit Singh Tomar <amittomer25@gmail.com>
Sat, 9 May 2020 14:25:14 +0000 (19:55 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 21:12:01 +0000 (17:12 -0400)
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@gmail.com>
arch/arm/Kconfig

index 760e901..8326865 100644 (file)
@@ -908,6 +908,7 @@ config ARCH_MX5
 config ARCH_OWL
        bool "Actions Semi OWL SoCs"
        select DM
+       select DM_ETH
        select DM_SERIAL
        select OWL_SERIAL
        select CLK