1# Copyright (c) 2023 Marko Sagadin
2# SPDX-License-Identifier: Apache-2.0
3config UART_NATIVE_TTY
4 bool "UART driver for interacting with host serial ports"
5 default y
6 depends on DT_HAS_ZEPHYR_NATIVE_TTY_UART_ENABLED
7 select SERIAL_HAS_DRIVER
8