soc: arm: silabs_exx32: 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
d658883a7c
commit
f9453832aa
4 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@ config SOC_SERIES_EFM32PG12B
|
|||
select HAS_SILABS_GECKO
|
||||
select HAS_SWO
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
select SOC_FAMILY_EXX32
|
||||
select HAS_SYS_POWER_STATE_SLEEP_1
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_EFM32WG
|
||||
bool "EFM32WG Series MCU"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
select SOC_FAMILY_EXX32
|
||||
select HAS_SILABS_GECKO
|
||||
|
|
|
@ -8,6 +8,7 @@ config SOC_SERIES_EFR32FG1P
|
|||
select HAS_SILABS_GECKO
|
||||
select HAS_SWO
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
select SOC_FAMILY_EXX32
|
||||
select HAS_SYS_POWER_STATE_SLEEP_1
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_EFR32MG12P
|
||||
bool "EFR32MG12P Series MCU"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
select CPU_HAS_ARM_MPU
|
||||
select SOC_FAMILY_EXX32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue