Message ID | 20200526023023.293909-1-marex@denx.de |
---|---|
State | Accepted |
Commit | 3f662a67966daacb5e838e64041181e88f9651ab |
Headers | show |
Series | [1/5] ARM: stm32: Re-enable KS8851 on DHCOM | expand |
Hi Marek, > From: Marek Vasut <marex at denx.de> > Sent: mardi 26 mai 2020 04:30 > To: u-boot at lists.denx.de > > Since the KS8851 driver is now in, enable the Kconfig entry on DHCOM to make > the second ethernet available. > > Signed-off-by: Marek Vasut <marex at denx.de> > Cc: Patrick Delaunay <patrick.delaunay at st.com> > Cc: Patrice Chotard <patrice.chotard at st.com> > --- > configs/stm32mp15_dhcom_basic_defconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com> Thanks Patrick
diff --git a/configs/stm32mp15_dhcom_basic_defconfig b/configs/stm32mp15_dhcom_basic_defconfig index c1c83eb4fc..6106572673 100644 --- a/configs/stm32mp15_dhcom_basic_defconfig +++ b/configs/stm32mp15_dhcom_basic_defconfig @@ -101,6 +101,7 @@ CONFIG_SPI_FLASH_MTD=y CONFIG_SPL_SPI_FLASH_MTD=y CONFIG_DM_ETH=y CONFIG_DWC_ETH_QOS=y +CONFIG_KS8851_MLL=y CONFIG_PHY=y CONFIG_PHY_STM32_USBPHYC=y CONFIG_PINCONF=y
Since the KS8851 driver is now in, enable the Kconfig entry on DHCOM to make the second ethernet available. Signed-off-by: Marek Vasut <marex at denx.de> Cc: Patrick Delaunay <patrick.delaunay at st.com> Cc: Patrice Chotard <patrice.chotard at st.com> --- configs/stm32mp15_dhcom_basic_defconfig | 1 + 1 file changed, 1 insertion(+)