soc: silabs: Distinguish Gecko SDK from SiSDK HAL

When the SiSDK HAL was introduced, a corresponding Kconfig option
was not. Update Series 2 SoCs to use the new option.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
This commit is contained in:
Aksel Skauge Mellbye 2025-01-31 08:38:19 +01:00 committed by Benjamin Cabé
commit e2660e50d6
7 changed files with 13 additions and 8 deletions

View file

@ -12,7 +12,12 @@ config ZEPHYR_HAL_SILABS_MODULE_BLOBS
config HAS_SILABS_GECKO
bool
select HAS_CMSIS_CORE
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1
config HAS_SILABS_SISDK
bool
select HAS_CMSIS_CORE
depends on SOC_FAMILY_SILABS_S2
config HAS_SILABS_SI32
bool