commit | eda3067c65f924b1000832c93b5b8f7af86e2377 | [log] [tgz] |
---|---|---|
author | Amit Singh Tomar <amittomer25@gmail.com> | Sat May 09 19:55:14 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 07 17:12:01 2020 -0400 |
tree | 29675229ae3daf101ed3b08091a06d056eedde10 | |
parent | c51567568e81f21aacc1293ccb4b2e044d9f39b9 [diff] [blame] |
owl: Kconfig: Enable DM eth for OWL platform 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>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 760e901..83268659 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -908,6 +908,7 @@ config ARCH_OWL bool "Actions Semi OWL SoCs" select DM + select DM_ETH select DM_SERIAL select OWL_SERIAL select CLK