You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
359 B
13 lines
359 B
# Copyright (c) 2023 Synopsys Inc. All rights reserved. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# Virtual UART HOSTLINK driver option |
|
|
|
config UART_HOSTLINK |
|
bool "ARC HOSTLINK UART driver" |
|
default y |
|
depends on ARC |
|
depends on DT_HAS_SNPS_HOSTLINK_UART_ENABLED |
|
select SERIAL_HAS_DRIVER |
|
help |
|
This option enables access to HOSTLINK channel as UART device.
|
|
|