soc: arm: psoc6: 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
d32546fb7e
commit
02090592ab
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ config SOC_SERIES_PSOC62
|
|||
bool "Cypress PSoC6 series MCU"
|
||||
select SOC_FAMILY_PSOC6
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select HAS_CYPRESS_DRIVERS
|
||||
help
|
||||
Enable support for Cypress PSoC6 MCU series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue