From 02090592ab22669a164e212f6d181a78d9328021 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 10 Jan 2020 10:48:50 +0900 Subject: [PATCH] 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 --- soc/arm/cypress/psoc6/Kconfig.series | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/cypress/psoc6/Kconfig.series b/soc/arm/cypress/psoc6/Kconfig.series index f437c83f8fb..1dfca5cd5b2 100644 --- a/soc/arm/cypress/psoc6/Kconfig.series +++ b/soc/arm/cypress/psoc6/Kconfig.series @@ -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