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>
This commit is contained in:
parent
24f3bce4f3
commit
80647b583f
1 changed files with 1 additions and 0 deletions
|
@ -7,5 +7,6 @@ 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue