8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
|
# 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
|