zephyr/drivers/serial/Kconfig.smartbond
Andrzej Kaczmarek 6ba6e713cb drivers: serial: Add driver for smartbond
This adds serial driver for Renesas SmartBond(tm) family. Both polling
and interrupt APIs are supported.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
Signed-off-by: Ben Lauret <ben.lauret.wm@renesas.com>
2022-08-31 20:32:03 +02:00

12 lines
350 B
Plaintext

# Copyright (c) 2022 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config UART_SMARTBOND
bool "Renesas SmartBond(tm) UART driver"
default y
depends on DT_HAS_RENESAS_SMARTBOND_UART_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
Enable UART driver for Renesas SmartBond(tm) DA1469x series MCU.