aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-01-31 19:44:46 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-02-03 10:15:50 +0000
commit6bfaec73a116e88c28ea91b10bc2a472aefcf957 (patch)
tree80236bf796b1cbd1738754869d1716d3b9cd5fce /hw/dma/Kconfig
parent5900c7a6d4ca1f968f51f3639ade56dba111455e (diff)
hw/arm/xlnx-versal: Versal SoC requires ZDMA
The Versal SoC instantiates the TYPE_XLNX_ZDMA object in versal_create_admas(). Introduce the XLNX_ZDMA configuration and select it to fix: $ qemu-system-aarch64 -M xlnx-versal-virt ... qemu-system-aarch64: missing object type 'xlnx.zdma' Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20210131184449.382425-4-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/dma/Kconfig')
-rw-r--r--hw/dma/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig
index d67492d36c..5d6be1a7a7 100644
--- a/hw/dma/Kconfig
+++ b/hw/dma/Kconfig
@@ -18,6 +18,9 @@ config ZYNQ_DEVCFG
bool
select REGISTER
+config XLNX_ZDMA
+ bool
+
config STP2000
bool