From d92e1e709effdec10a842e84ec645e4b075cfdf6 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Sun, 19 May 2024 03:03:35 +0200 Subject: [PATCH] modules: Move away from SOC_VENDOR_SILABS This allows to remove SOC_VENDOR_SILABS in a later commit. Signed-off-by: Reto Schneider --- modules/Kconfig.silabs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Kconfig.silabs b/modules/Kconfig.silabs index 0078bfc0b98..c5fb0d6ca14 100644 --- a/modules/Kconfig.silabs +++ b/modules/Kconfig.silabs @@ -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