summaryrefslogtreecommitdiff
path: root/board/freescale/imx93_evk/imx93_evk.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/imx93_evk/imx93_evk.c')
-rw-r--r--board/freescale/imx93_evk/imx93_evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx93_evk/imx93_evk.c b/board/freescale/imx93_evk/imx93_evk.c
index 182ae5fd51..e01b2f59e3 100644
--- a/board/freescale/imx93_evk/imx93_evk.c
+++ b/board/freescale/imx93_evk/imx93_evk.c
@@ -69,7 +69,7 @@ int board_init(void)
if (CONFIG_IS_ENABLED(FEC_MXC))
setup_fec();
- if (CONFIG_IS_ENABLED(DWC_ETH_QOS))
+ if (IS_ENABLED(CONFIG_DWC_ETH_QOS))
setup_eqos();
return 0;