soc: Enable reset hook for mcxn236
This commit selects reset hook for mcxn236 in Kconfig. This fixes the issue #84213. Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
This commit is contained in:
parent
fda64760ba
commit
49c6725750
1 changed files with 3 additions and 4 deletions
|
@ -7,6 +7,8 @@ config SOC_SERIES_MCXN
|
|||
select ARM
|
||||
select HAS_MCUX
|
||||
select HAS_MCUX_FLEXCOMM
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
|
||||
config SOC_MCXN947_CPU0
|
||||
select CPU_CORTEX_M33
|
||||
|
@ -17,13 +19,9 @@ config SOC_MCXN947_CPU0
|
|||
select SOC_RESET_HOOK
|
||||
select ARM_TRUSTZONE_M
|
||||
select HAS_MCUX_CACHE
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
|
||||
config SOC_MCXN947_CPU1
|
||||
select CPU_CORTEX_M33
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
|
||||
config SOC_MCXN236
|
||||
select CPU_CORTEX_M33
|
||||
|
@ -31,6 +29,7 @@ config SOC_MCXN236
|
|||
select CPU_HAS_ARM_MPU
|
||||
select CPU_HAS_FPU
|
||||
select ARMV8_M_DSP
|
||||
select SOC_RESET_HOOK
|
||||
select ARM_TRUSTZONE_M
|
||||
|
||||
if SOC_SERIES_MCXN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue