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:
Stephanos Ioannidis 2020-01-10 10:49:16 +09:00 committed by Ioannis Glaropoulos
commit 3d7deff3fb
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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