summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-06-11 15:40:41 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-06-18 16:38:08 +0200
commit29dff4d4556fb9d1422ecd7f8fd03fff60acba17 (patch)
treea3d7f18c9ea9361cf2a98f3268c4710ef451e174 /configs
parent77f6e2dd0551d8a825bab391a1bd6b838874bcd4 (diff)
configs: stm32mp15: Select correct Ethernet driver for trusted mode
Select the correct Ethernet driver from Synopsis. Initially, "Synopsys Designware Ethernet MAC" driver was wrongly selected instead of "Synopsys DWC Ethernet QOS device" driver. Fixes: commit f90b3f5b68ed ("configs: stm32mp15: Enable Ethernet feature") Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp15_trusted_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
index 66361c8715..5fe9477823 100644
--- a/configs/stm32mp15_trusted_defconfig
+++ b/configs/stm32mp15_trusted_defconfig
@@ -73,7 +73,7 @@ CONFIG_SPI_FLASH_WINBOND=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
CONFIG_SPI_FLASH_MTD=y
CONFIG_DM_ETH=y
-CONFIG_ETH_DESIGNWARE=y
+CONFIG_DWC_ETH_QOS=y
CONFIG_PHY=y
CONFIG_PHY_STM32_USBPHYC=y
CONFIG_PINCONF=y