qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [v2 27/71] hw/dma/Kconfig: Add Kconfig file


From: Ákos Kovács
Subject: [Qemu-devel] [v2 27/71] hw/dma/Kconfig: Add Kconfig file
Date: Fri, 27 Sep 2013 04:30:48 +0200

Signed-off-by: Ákos Kovács <address@hidden>
---
 hw/dma/Kconfig | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 hw/dma/Kconfig

diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig
new file mode 100644
index 0000000..65e1707
--- /dev/null
+++ b/hw/dma/Kconfig
@@ -0,0 +1,24 @@
+config RC4030
+    bool
+
+config PL080
+    bool
+
+config PL330
+    bool
+
+config I82374
+    bool
+    select I8257
+    #depends on ISA
+
+config I8257
+    bool
+    #depends on ISA
+
+config XILINX_AXI
+    bool
+    select PTIMER
+
+config STP2000
+    bool
-- 
1.8.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]