We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92e1e7 commit ce35fbfCopy full SHA for ce35fbf
drivers/hwinfo/Kconfig
@@ -180,7 +180,9 @@ config HWINFO_PSOC6
180
config HWINFO_GECKO
181
bool "GECKO hwinfo"
182
default y
183
- depends on SOC_VENDOR_SILABS && !SOC_SERIES_EFR32MG21 && !SOC_SERIES_EFR32BG22
+ 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
186
select SOC_GECKO_RMU
187
help
188
Enable Silabs GECKO hwinfo driver.
0 commit comments