diff options
author | Xuzhou Cheng <xuzhou.cheng@windriver.com> | 2021-03-03 21:52:52 +0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-03-10 13:54:51 +0000 |
commit | 668351a54883b6283e7ae94daf4d4eca1a071158 (patch) | |
tree | d44541fb944bcb9d809bf9df774a141072f88dd2 /hw/arm/Kconfig | |
parent | 21bce3717e2cb70e3bea06e8684bae111c9f4dda (diff) | |
download | qemu-668351a54883b6283e7ae94daf4d4eca1a071158.zip qemu-668351a54883b6283e7ae94daf4d4eca1a071158.tar.gz qemu-668351a54883b6283e7ae94daf4d4eca1a071158.tar.bz2 |
hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPI
Add a Xilinx CSU DMA module to ZynqMP SoC, and connent the stream
link of GQSPI to CSU DMA.
Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 20210303135254.3970-4-bmeng.cn@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index f2b7a8f..8c37cf0 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -353,6 +353,7 @@ config XLNX_ZYNQMP_ARM select SSI_M25P80 select XILINX_AXI select XILINX_SPIPS + select XLNX_CSU_DMA select XLNX_ZYNQMP select XLNX_ZDMA |