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:
parent
9353abf162
commit
e2660e50d6
7 changed files with 13 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue