Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/dma/Kconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 hw/dma/Kconfig
diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig new file mode 100644 index 0000000..1ef6b47 --- /dev/null +++ b/hw/dma/Kconfig @@ -0,0 +1,25 @@ +config RC4030 + bool + +config PL080 + bool + +config PL330 + bool + +config I82374 + bool + #select ISA + select I8257 + +config I8257 + bool + #select ISA + +config XILINX_AXI + bool + select PTIMER + +config STP2000 + bool + select SUN4M -- 1.7.10.4