From: Marek Vasut Date: Sat, 13 Nov 2021 02:28:03 +0000 (+0100) Subject: ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR X-Git-Tag: v2022.07~227^2~23^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d35a499bdaa0f8433640452f2db0ba59d86052b;p=platform%2Fkernel%2Fu-boot.git ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR Enable KSZ9x01 PHY driver in DHCOR common configuration, since the AV96 board has this PHY populated on the PCB. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay Reviewed-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig index aa000ef..2356de7 100644 --- a/configs/stm32mp15_dhcor_basic_defconfig +++ b/configs/stm32mp15_dhcor_basic_defconfig @@ -108,6 +108,8 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_SPI_FLASH_MTD=y +CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y CONFIG_DWC_ETH_QOS=y CONFIG_PHY=y