Skip to content

Commit 9c24fd0

Browse files
chrtanashif
authored andcommitted
soc: silabs_exx32: Always enable SOC_GECKO_CORE
This is required for gecko sdk v3.1.0. Signed-off-by: Christian Taedcke <[email protected]>
1 parent 84e4e62 commit 9c24fd0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

soc/arm/silabs_exx32/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ config SOC_PART_NUMBER
2222

2323
config SOC_GECKO_CORE
2424
bool
25+
default y
2526
help
2627
Set if the Core interrupt handling (CORE) HAL module is used.
2728

soc/arm/silabs_exx32/efr32mg21/Kconfig.series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ config SOC_SERIES_EFR32MG21
1414
select SOC_FAMILY_EXX32
1515
select HAS_SILABS_GECKO
1616
select HAS_SWO
17-
select SOC_GECKO_CORE
1817
select SOC_GECKO_CMU
1918
select SOC_GECKO_EMU
2019
select SOC_GECKO_GPIO

0 commit comments

Comments
 (0)