mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
net: Add an SPL config for atheros
Add a new SPL_PHY_ATHEROS to avoid a build error on am335x_evm with split config. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
847fca6d47
commit
e6c5205d64
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ config PHY_AQUANTIA_FW_NAME
|
|||
config PHY_ATHEROS
|
||||
bool "Atheros Ethernet PHYs support"
|
||||
|
||||
config SPL_PHY_ATHEROS
|
||||
bool "Atheros Ethernet PHYs support (SPL)"
|
||||
|
||||
config PHY_BROADCOM
|
||||
bool "Broadcom Ethernet PHYs support"
|
||||
|
||||
|
|
Loading…
Reference in a new issue