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 ca359b1 commit 3cf2cc0Copy full SHA for 3cf2cc0
soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig
@@ -9,6 +9,8 @@ config SOC_MIMXRT798S_HIFI4
9
select XTENSA_SMALL_VECTOR_TABLE_ENTRY
10
select GEN_ISR_TABLES
11
select CLOCK_CONTROL
12
+ select CACHE_MANAGEMENT
13
+ select CPU_HAS_DCACHE
14
select SOC_EARLY_INIT_HOOK
15
select NXP_INPUTMUX
16
select HAS_MCUX
soc/nxp/imxrt/imxrt7xx/hifi4/Kconfig.defconfig
@@ -24,4 +24,8 @@ config NXP_IMXRT_BOOT_HEADER
24
config I2S_HAS_PLL_SETTING
25
default n
26
27
+# Must match XCHAL_DCACHE_LINESIZE from core-isa.h
28
+config DCACHE_LINE_SIZE
29
+ default 256
30
+
31
endif # SOC_MIMXRT798S_HIFI4
0 commit comments