11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
# 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
|