net: Add an SPL config for atheros
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:18 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 3 Mar 2023 14:49:02 +0000 (09:49 -0500)
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>
drivers/net/phy/Kconfig

index 5eaff05..6806e3c 100644 (file)
@@ -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"