[PATCH v3 05/15] net: ti: Kconfig: Enable SPL_SYSCON config for CPSW
Chintan Vankar
c-vankar at ti.com
Tue Feb 25 12:48:53 CET 2025
TI's Ethernet switch needs system controllers enabled in R5SPL stage while
booting via Ethernet. Enable SPL_SYSCON config for
CONFIG_TI_AM65_CPSW_NUSS.
Signed-off-by: Chintan Vankar <c-vankar at ti.com>
---
This patch is new in this series.
drivers/net/ti/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ti/Kconfig b/drivers/net/ti/Kconfig
index ddfa95a0b7e..3d495a56670 100644
--- a/drivers/net/ti/Kconfig
+++ b/drivers/net/ti/Kconfig
@@ -46,6 +46,7 @@ config TI_AM65_CPSW_NUSS
imply MISC
imply SYSCON
imply MDIO_TI_CPSW
+ imply SPL_SYSCON
select PHYLIB
help
This driver supports TI K3 MCU CPSW Nuss Ethernet controller
--
2.34.1
More information about the U-Boot
mailing list