From ea95e2d7f065ef228917824faeb39efe6228c632 Mon Sep 17 00:00:00 2001 From: Martin Hoff Date: Thu, 15 May 2025 17:45:19 +0200 Subject: [PATCH] soc: silabs: siwx91x: add missing kconfig for ns16550 driver variant The ns16550 UART driver has multiple variant Kconfig options. To successfully run the uart_basic_api test, the correct variant must be selected. This commit adds the missing Kconfig option. Signed-off-by: Martin Hoff --- soc/silabs/silabs_siwx91x/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/silabs/silabs_siwx91x/Kconfig.defconfig b/soc/silabs/silabs_siwx91x/Kconfig.defconfig index 7485a175028..f1498b6e003 100644 --- a/soc/silabs/silabs_siwx91x/Kconfig.defconfig +++ b/soc/silabs/silabs_siwx91x/Kconfig.defconfig @@ -13,6 +13,9 @@ configdefault SYS_CLOCK_TICKS_PER_SEC default 128 if !TICKLESS_KERNEL && SILABS_SLEEPTIMER_TIMER default 1024 if SILABS_SLEEPTIMER_TIMER +configdefault UART_NS16550_DW8250_DW_APB + default y + config WISECONNECT_NETWORK_STACK bool select CMSIS_RTOS_V2