modules: hal_nxp: enable NETC cache control in default

Enabled NETC cache control in default.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu 2024-09-25 07:25:12 +02:00 committed by Henrik Brix Andersen
parent 6a8cdf42b5
commit a79b65facd

View File

@ -27,6 +27,8 @@ if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_NXP_S32_HAL)
zephyr_compile_definitions_ifdef(CONFIG_UDC_DRIVER DATA_SECTION_IS_CACHEABLE=1)
endif()
zephyr_compile_definitions_ifdef(CONFIG_ETH_NXP_IMX_NETC FSL_ETH_ENABLE_CACHE_CONTROL=1)
add_subdirectory_ifdef(CONFIG_BT_H4_NXP_CTLR bt_controller)
if(CONFIG_I2S_MCUX_SAI)