soc: k6x: Support NXP ENET Driver

NXP ENET driver support from soc.c for k6x series

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2023-11-30 14:43:51 -06:00 committed by Carles Cufí
commit e66876126e

View file

@ -105,7 +105,7 @@ static ALWAYS_INLINE void clock_init(void)
CLOCK_SetLpuartClock(LPUART0SRC_OSCERCLK);
#endif
#if CONFIG_ETH_MCUX
#if CONFIG_ETH_MCUX || CONFIG_ETH_NXP_ENET
CLOCK_SetEnetTime0Clock(TIMESRC_OSCERCLK);
#endif
#if CONFIG_ETH_MCUX_RMII_EXT_CLK