diff options
| author | Julien Stephan <[email protected]> | 2026-04-29 15:59:02 +0200 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-06-10 15:26:56 -0500 |
| commit | b581ec125a9f97404d38b2b85aeb1065fcaa2539 (patch) | |
| tree | bb5d584c23f557d7e7a92f3842db7f4199aeb4cf /configs | |
| parent | 6a0804c87e6d214beb72a4e90d96a1ef23a3e44a (diff) | |
configs: mt8189: Enable ethernet support
Enable configs needed to support ethernet on MT8189-based boards.
Signed-off-by: Julien Stephan <[email protected]>
Reviewed-by: Macpaul Lin <[email protected]>
Link: https://patch.msgid.link/20260429-add-ethernet-support-for-genio-520-720-v4-9-be54e17239b7@baylibre.com
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/mt8189.config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mt8189.config b/configs/mt8189.config index 763f20b1063..ab56c90a17c 100644 --- a/configs/mt8189.config +++ b/configs/mt8189.config @@ -26,6 +26,11 @@ CONFIG_MMC_MTK=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=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_PHY=y CONFIG_PHY_MTK_TPHY=y CONFIG_PHY_MTK_XSPHY=y |
