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:
parent
7008350a32
commit
e66876126e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue