zephyr/drivers/serial/Kconfig.xlnx
Immo Birnbaum 80647b583f drivers: serial: Xilinx UART driver interrupt support feature flag
Added the SERIAL_SUPPORT_INTERRUPT feature flag to the driver's
configuration file. This flag was missing, although the driver
supports interrupt-driven operation.

Interrupt support is required for testcases using the UART_PIPE
feature on the upcoming Cortex-A9 targets (QEMU/Zynq-7000).

Signed-off-by: Immo Birnbaum <Immo.Birnbaum@weidmueller.com>
2020-04-22 17:36:58 +02:00

13 lines
322 B
Plaintext

# Xilinx UART configuration
# Copyright (c) 2018 Xilinx Inc.
# SPDX-License-Identifier: Apache-2.0
config UART_XLNX_PS
bool "Xilinx serial driver for MPSoC"
depends on SOC_XILINX_ZYNQMP
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
This option enables the UART driver for Xilinx MPSoC platforms.