modules: Move away from SOC_VENDOR_SILABS
This allows to remove SOC_VENDOR_SILABS in a later commit. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
0c073b409f
commit
d92e1e709e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
config HAS_SILABS_GECKO
|
config HAS_SILABS_GECKO
|
||||||
bool
|
bool
|
||||||
select HAS_CMSIS_CORE
|
select HAS_CMSIS_CORE
|
||||||
depends on SOC_VENDOR_SILABS
|
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue