On Mon, Feb 6, 2023 at 9:21 PM Simon Glass <s...@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 <s...@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....@gmail.com>
- [PATCH v3 69/81] Makefile: Include the config for the phase be... Simon Glass
- [PATCH v3 51/81] Add VPL options for BLOBLIST Simon Glass
- [PATCH v3 53/81] freescale: pm9g45: Fix problems with ls1021aq... Simon Glass
- [PATCH v3 74/81] kconfig: Drop CONFIG_IS_ENABLED() Simon Glass
- [PATCH v3 75/81] kconfig: drop config_opt_enabled() Simon Glass
- [PATCH v3 54/81] imx: watchdog: Correct watchdog error conditi... Simon Glass
- [PATCH v3 57/81] freescale: Drop old pre-DM_ETH code Simon Glass
- [PATCH v3 77/81] Makefile: Clean up an unnecessary Makefile pi... Simon Glass
- [PATCH v3 80/81] checkpatch: Remove unwanted CONFIG_IS_ENABLED... Simon Glass
- [PATCH v3 59/81] net: Add an SPL config for atheros Simon Glass
- Re: [PATCH v3 59/81] net: Add an SPL config for atheros Ramon Fried
- [PATCH v3 60/81] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN... Simon Glass
- [PATCH v3 64/81] dm: Add a TPL symbol for simple-bus Simon Glass
- [PATCH v3 63/81] x86: Fix monitor base for split config Simon Glass
- [PATCH v3 66/81] power: wanderboard: Correct conditions for sp... Simon Glass
- [PATCH v3 76/81] kconfig: Drop CONFIG_VAL() Simon Glass
- [PATCH v3 78/81] fixdep: Drop support for CONFIG_IS_ENABLED an... Simon Glass
- [PATCH v3 70/81] Makefile: Use empty SPL_ and SPL_TPL_ vars Simon Glass
- [PATCH v3 68/81] command: Don't allow commands in SPL Simon Glass
- [PATCH v3 79/81] kconfig: Move closer to the Linux version Simon Glass
- [PATCH v3 73/81] kconfig: Drop CONFIG_IF_ENABLED_INT() Simon Glass