qemu-patch-raspberry4/hw/dma/Kconfig
Philippe Mathieu-Daudé 6bfaec73a1 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>
2021-02-03 10:15:50 +00:00

29 lines
263 B
Plaintext

config RC4030
bool
config PL080
bool
config PL330
bool
config I82374
bool
select I8257
config I8257
bool
config ZYNQ_DEVCFG
bool
select REGISTER
config XLNX_ZDMA
bool
config STP2000
bool
config SIFIVE_PDMA
bool