[RFC PATCH v2 37/56] net: Add an SPL config for atheros

Ramon Fried rfried.dev at gmail.com
Sat Feb 18 21:03:59 CET 2023


On Sat, Feb 4, 2023 at 2:36 AM Simon Glass <sjg at chromium.org> wrote:
>
> Add a new SPL_PHY_ATHEROS to avoid a build error on am335x_evm with split
> config.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  drivers/net/phy/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
> index 5eaff053a09..6806e3c0903 100644
> --- a/drivers/net/phy/Kconfig
> +++ b/drivers/net/phy/Kconfig
> @@ -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"
>
> --
> 2.39.1.519.gcb327c4b5f-goog
>
Reviewed-by: Ramon Fried <rfried.dev at gmail.com>


More information about the U-Boot mailing list