From 0262268db35aa3b6da31172c4a7c6cc1cbc12221 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 4 May 2023 17:47:50 +0200 Subject: config: verdin-am62: enable micrel ksz90x1 phy driver Enable Micrel KSZ90X1 Ethernet PHY driver e.g. as found on the Verdin Development Board. Upstream-Status: Pending Initial U-Boot to be used for bring-up and validation of the V1.0 design, we'll decide on the step forward to mainline this once the bring-up and validation will be done. Signed-off-by: Marcel Ziswiler --- configs/verdin-am62_a53_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig index e7cd992ed2..6d4329a5ac 100644 --- a/configs/verdin-am62_a53_defconfig +++ b/configs/verdin-am62_a53_defconfig @@ -149,6 +149,8 @@ CONFIG_MMC_SDHCI_ADMA=y CONFIG_SPL_MMC_SDHCI_ADMA=y CONFIG_MMC_SDHCI_AM654=y CONFIG_PHY_ADDR_ENABLE=y +CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH=y -- cgit v1.2.3