qemu-patch-raspberry4/hw/dma/Kconfig
Bin Meng 97ba42230b hw/dma: Add SiFive platform DMA controller emulation
Microchip PolarFire SoC integrates a DMA engine that supports:
* Independent concurrent DMA transfers using 4 DMA channels
* Generation of interrupts on various conditions during execution
which is actually an IP reused from the SiFive FU540 chip.

This creates a model to support both polling and interrupt modes.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <1598924352-89526-10-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-09 15:54:18 -07:00

26 lines
236 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 STP2000
bool
config SIFIVE_PDMA
bool