summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-05-04 17:47:50 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-05-08 14:54:20 +0200
commit0262268db35aa3b6da31172c4a7c6cc1cbc12221 (patch)
tree95a955896e1eefc0581c36acc002f13831926998
parentaf028cf61f568f8497b394a780550bd89acc25b5 (diff)
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 <marcel.ziswiler@toradex.com>
-rw-r--r--configs/verdin-am62_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
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