From 4cef583dc7c0e96b0cb6ef83c6ad9d78e1546544 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 10 Jan 2020 10:51:32 +0900 Subject: [PATCH] soc: arm: ti_lm3s6965: 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/ti_lm3s6965/Kconfig.soc | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/ti_lm3s6965/Kconfig.soc b/soc/arm/ti_lm3s6965/Kconfig.soc index 9e34b2a54a9..98403b6ffbe 100644 --- a/soc/arm/ti_lm3s6965/Kconfig.soc +++ b/soc/arm/ti_lm3s6965/Kconfig.soc @@ -3,3 +3,4 @@ config SOC_TI_LM3S6965 bool "TI LM3S6965" select CPU_CORTEX_M3 + select CPU_CORTEX_M_HAS_DWT