1# Copyright (c) 2023 Synopsys Inc. All rights reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4# Virtual UART HOSTLINK driver option 5 6config UART_HOSTLINK 7 bool "ARC HOSTLINK UART driver" 8 default y 9 depends on ARC 10 depends on DT_HAS_SNPS_HOSTLINK_UART_ENABLED 11 select SERIAL_HAS_DRIVER 12 help 13 This option enables access to HOSTLINK channel as UART device. 14