Skip to content

Commit ce35fbf

Browse files
rettichschnidiMaureenHelm
authored andcommitted
driver: 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>
1 parent d92e1e7 commit ce35fbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/hwinfo/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ config HWINFO_PSOC6
180180
config HWINFO_GECKO
181181
bool "GECKO hwinfo"
182182
default y
183-
depends on SOC_VENDOR_SILABS && !SOC_SERIES_EFR32MG21 && !SOC_SERIES_EFR32BG22
183+
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1 || SOC_FAMILY_SILABS_S2
184+
depends on !SOC_SERIES_EFR32MG21
185+
depends on !SOC_SERIES_EFR32BG22
184186
select SOC_GECKO_RMU
185187
help
186188
Enable Silabs GECKO hwinfo driver.

0 commit comments

Comments
 (0)