Skip to content

Commit ea95e2d

Browse files
Martinhoff-makerkartben
authored andcommitted
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 <[email protected]>
1 parent c6c5d31 commit ea95e2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/silabs/silabs_siwx91x/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ configdefault SYS_CLOCK_TICKS_PER_SEC
1313
default 128 if !TICKLESS_KERNEL && SILABS_SLEEPTIMER_TIMER
1414
default 1024 if SILABS_SLEEPTIMER_TIMER
1515

16+
configdefault UART_NS16550_DW8250_DW_APB
17+
default y
18+
1619
config WISECONNECT_NETWORK_STACK
1720
bool
1821
select CMSIS_RTOS_V2

0 commit comments

Comments
 (0)