mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
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>
This commit is contained in:
parent
75523d54ac
commit
cd2baaf777
1 changed files with 1 additions and 0 deletions
|
@ -908,6 +908,7 @@ config ARCH_MX5
|
||||||
config ARCH_OWL
|
config ARCH_OWL
|
||||||
bool "Actions Semi OWL SoCs"
|
bool "Actions Semi OWL SoCs"
|
||||||
select DM
|
select DM
|
||||||
|
select DM_ETH
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select OWL_SERIAL
|
select OWL_SERIAL
|
||||||
select CLK
|
select CLK
|
||||||
|
|
Loading…
Reference in a new issue