2023-05-28 15:46:53 +08:00
|
|
|
# Copyright (c) 2023 Marko Sagadin
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_NATIVE_TTY
|
|
|
|
bool "UART driver for interacting with host serial ports"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_ZEPHYR_NATIVE_TTY_UART_ENABLED
|
|
|
|
select SERIAL_HAS_DRIVER
|
2024-02-12 18:03:20 +08:00
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|