6ba6e713cb
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>
12 lines
350 B
Plaintext
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.
|