soc: arm: microchip_mec: 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
02090592ab
commit
3d7deff3fb
2 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
config SOC_SERIES_MEC1501X
|
||||
bool "Microchip MEC1501X Series"
|
||||
select CPU_CORTEX_M
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select SOC_FAMILY_MEC
|
||||
help
|
||||
Enable support for Microchip MEC Cortex-M4 MCU series
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_MEC1701X
|
||||
bool "Microchip MEC1701X Series"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select SOC_FAMILY_MEC
|
||||
select CPU_HAS_FPU
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue