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.
|