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>
This commit is contained in:
parent
d92e1e709e
commit
ce35fbfbb2
|
@ -180,7 +180,9 @@ config HWINFO_PSOC6
|
|||
config HWINFO_GECKO
|
||||
bool "GECKO hwinfo"
|
||||
default y
|
||||
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
|
||||
depends on !SOC_SERIES_EFR32MG21
|
||||
depends on !SOC_SERIES_EFR32BG22
|
||||
select SOC_GECKO_RMU
|
||||
help
|
||||
Enable Silabs GECKO hwinfo driver.
|
||||
|
|
Loading…
Reference in New Issue