diff options
| author | Chintan Vankar <[email protected]> | 2025-07-31 13:29:42 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-20 11:06:18 -0600 |
| commit | 333b50d32d76ded3d69e3f65d47ca0de1d32dcc4 (patch) | |
| tree | 685e38ab8927ff88e70bb780791e2e5355c99bf2 | |
| parent | e85b090165ec55ef7e19bdd7fc11e9e6f74ec58e (diff) | |
net: ti: Kconfig: Enable SPL_SYSCON config for CPSW
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.
Reviewed-by: Alexander Sverdlin <[email protected]>
Signed-off-by: Chintan Vankar <[email protected]>
| -rw-r--r-- | drivers/net/ti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
