This supports polling and interrupt APIs, but not the async API. Signed-off-by: Michael Zimmermann <michael.zimmermann@grandcentrix.net>
10 lines
250 B
Text
10 lines
250 B
Text
# Copyright (c) 2024 GARDENA GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_SI32_USART
|
|
bool "SI32 USART MCU serial driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_SI32_USART_ENABLED
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|