diff options
author | Amit Singh Tomar | 2020-05-09 19:55:14 +0530 |
---|---|---|
committer | Tom Rini | 2020-07-07 17:12:01 -0400 |
commit | cd2baaf777ceb1de8c8367fc4eeb0560105ae7e8 (patch) | |
tree | 29675229ae3daf101ed3b08091a06d056eedde10 | |
parent | 75523d54ac62fb433bb0a105093e996570b61e87 (diff) |
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>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 760e9013645..832686596e2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |