zephyr/drivers/serial/Kconfig.hostlink
Evgeniy Paltsev 56572687c7 drivers: serial: add virtual uart over ARC hostlink channel
Add support for virtual UART device that uses ARC Hostlink channels
for data transfers. Due to the Hostlink principle, this driver
supports only polling API.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2023-03-17 11:49:02 +01:00

14 lines
359 B
Plaintext

# 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.