qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 33/71] hw/isa/Kconfig: Add Kconfig file


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

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

diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
new file mode 100644
index 0000000..8f4beda
--- /dev/null
+++ b/hw/isa/Kconfig
@@ -0,0 +1,39 @@
+#config ISA
+#   bool
+
+config APM
+    bool
+
+config I82378
+    bool    
+    #depends on ISA
+    select I8259  # irq
+    select PCSPK
+    select I82374 # DMA
+    select MC146818RTC # timer
+    depends on PCI
+
+config PC87312
+    bool
+    #depends on ISA 
+    select SERIAL
+    select PARALLEL
+    select FDC
+    select IDE_ISA
+
+config PIIX4
+    bool
+    #depends on ISA 
+    depends on PCI
+
+config VT82C686
+    bool
+    #depends on ISA 
+    depends on PCI
+    depends on ACPI
+
+config LPC_ICH9
+    bool
+    #depends on ISA 
+    depends on PCI 
+    select APM
-- 
1.8.1.2




reply via email to

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