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 <martin.hoff@silabs.com>
This commit is contained in:
parent
c6c5d315cd
commit
ea95e2d7f0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue