We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca68c77 commit 6270d29Copy full SHA for 6270d29
boards/nxp/mimxrt1160_evk/Kconfig.defconfig
@@ -34,7 +34,7 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
34
if NETWORKING
35
36
config NET_L2_ETHERNET
37
- default y if CPU_CORTEX_M7 # No cache memory support is required for driver
+ default y if DT_HAS_NXP_ENET_ENABLED && NETWORKING
38
39
endif # NETWORKING
40
boards/nxp/mimxrt1170_evk/Kconfig.defconfig
@@ -37,7 +37,7 @@ endif # DISK_DRIVERS
41
42
43
0 commit comments