[PATCH v2 9/9] configs: mt8189: Enable ethernet support

David Lechner dlechner at baylibre.com
Tue Apr 28 23:27:08 CEST 2026


On 4/28/26 8:17 AM, Julien Stephan wrote:
> Enable configs needed to support ethernet on MT8189-based boards.
> 
> Signed-off-by: Julien Stephan <jstephan at baylibre.com>
> ---
>  configs/mt8189.config | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/configs/mt8189.config b/configs/mt8189.config
> index 55c2ccfc01f..8bb25863687 100644
> --- a/configs/mt8189.config
> +++ b/configs/mt8189.config
> @@ -22,6 +22,11 @@ CONFIG_CLK=y
>  # CONFIG_MMC_QUIRKS is not set
>  CONFIG_MMC_HS200_SUPPORT=y
>  CONFIG_MMC_MTK=y
> +CONFIG_DWC_ETH_QOS=y
> +CONFIG_DWC_ETH_QOS_MTK=y
> +CONFIG_PHY_AIROHA=y
> +CONFIG_PHY_AIROHA_AN8801=y
> +CONFIG_PHY_ETHERNET_ID=y
>  CONFIG_PINCTRL=y
>  CONFIG_PINCONF=y
>  CONFIG_PINCTRL_MT8189=y
> 

This does not apply cleanly. Conflicts with USB and very recent
SPI flash changes.


More information about the U-Boot mailing list