soc: silabs_exx32: Always enable SOC_GECKO_CORE
This is required for gecko sdk v3.1.0. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
84e4e62c2d
commit
9c24fd0a78
2 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ config SOC_PART_NUMBER
|
||||||
|
|
||||||
config SOC_GECKO_CORE
|
config SOC_GECKO_CORE
|
||||||
bool
|
bool
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Set if the Core interrupt handling (CORE) HAL module is used.
|
Set if the Core interrupt handling (CORE) HAL module is used.
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ config SOC_SERIES_EFR32MG21
|
||||||
select SOC_FAMILY_EXX32
|
select SOC_FAMILY_EXX32
|
||||||
select HAS_SILABS_GECKO
|
select HAS_SILABS_GECKO
|
||||||
select HAS_SWO
|
select HAS_SWO
|
||||||
select SOC_GECKO_CORE
|
|
||||||
select SOC_GECKO_CMU
|
select SOC_GECKO_CMU
|
||||||
select SOC_GECKO_EMU
|
select SOC_GECKO_EMU
|
||||||
select SOC_GECKO_GPIO
|
select SOC_GECKO_GPIO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue