soc: arm: nxp_imx: Select CPU DWT feature symbol
The Data Watchpoint and Trace (DWT) is an optional debug unit for the Cortex-M family cores (except ARMv6-M; i.e. M0 and M0+) that provides watchpoints, data tracing and system profiling capabilities. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
8095cafaa1
commit
16bb973044
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_IMX_6X_M4
|
||||
bool "i.MX 6SoloX M4 Core Series"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select HAS_IMX_HAL
|
||||
select SOC_FAMILY_IMX
|
||||
select CPU_HAS_FPU
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_IMX7_M4
|
||||
bool "i.MX7 M4 Core Series"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select SOC_FAMILY_IMX
|
||||
select CLOCK_CONTROL
|
||||
select CPU_HAS_FPU
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_IMX_RT
|
||||
bool "i.MX RT Series"
|
||||
select CPU_CORTEX_M7
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select SOC_FAMILY_IMX
|
||||
select CLOCK_CONTROL
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue