Skip to content

Commit

Permalink
modules: Move away from SOC_VENDOR_SILABS
Browse files Browse the repository at this point in the history
This allows to remove SOC_VENDOR_SILABS in a later commit.

Signed-off-by: Reto Schneider <[email protected]>
  • Loading branch information
rettichschnidi authored and MaureenHelm committed Jun 10, 2024
1 parent 0c073b4 commit d92e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Kconfig.silabs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
config HAS_SILABS_GECKO
bool
select HAS_CMSIS_CORE
depends on SOC_VENDOR_SILABS
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2

0 comments on commit d92e1e7

Please sign in to comment.