Skip to content

Commit a05506a

Browse files
Martinhoff-makernashif
authored andcommitted
soc: silabs: add missing kconfig resource for siwx91x
Fixes the missing Kconfig resource for the siwx91x SoC. This ensures that soc_early_init_hook function is correctly called for the siwg917 SoC during initialization. Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
1 parent e45fb09 commit a05506a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

soc/silabs/silabs_siwx91x/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ config SOC_FAMILY_SILABS_SIWX91X
1010
select HAS_SILABS_WISECONNECT
1111
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
1212

13+
if SOC_FAMILY_SILABS_SIWX91X
14+
15+
rsource "*/Kconfig"
16+
1317
config SOC_SILABS_SLEEPTIMER
1418
bool
1519
help
1620
The Sleeptimer HAL module is used for SIWX91X.
21+
22+
endif # SOC_FAMILY_SILABS_SIWX91X

0 commit comments

Comments
 (0)