diff options
author | Christophe Roullier <christophe.roullier@st.com> | 2019-05-17 15:08:47 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-06-06 17:40:19 +0200 |
commit | f90b3f5b68ed5e8d7f84aba0550d24326693524d (patch) | |
tree | 7e76c41ef58405466ee9dd2ea9a8ec2cf4ba7204 /configs/stm32mp15_trusted_defconfig | |
parent | b4d4fe7b9efcee134113b96e128f4f814b5c1237 (diff) | |
download | u-boot-f90b3f5b68ed5e8d7f84aba0550d24326693524d.tar.gz |
configs: stm32mp15: Enable Ethernet feature
This allows to enable Ethernet and use driver for
Synopsys Ethernet QoS device
Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/stm32mp15_trusted_defconfig')
-rw-r--r-- | configs/stm32mp15_trusted_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 40f600f06f..66361c8715 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -72,6 +72,8 @@ CONFIG_SPI_FLASH_STMICRO=y 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_PHY=y CONFIG_PHY_STM32_USBPHYC=y CONFIG_PINCONF=y |