[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file
From: |
Ákos Kovács |
Subject: |
[Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file |
Date: |
Mon, 26 Aug 2013 00:58:39 +0200 |
Signed-off-by: Ákos Kovács <address@hidden>
---
hw/intc/Kconfig | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 hw/intc/Kconfig
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
new file mode 100644
index 0000000..c4dec79
--- /dev/null
+++ b/hw/intc/Kconfig
@@ -0,0 +1,28 @@
+config HEATHROW_PIC
+ bool
+
+config I8259
+ bool
+
+config PL190
+ bool
+
+config APIC
+ bool
+
+config ARM_GIC
+ bool
+
+config ARM_GIC_KVM
+ bool
+ depends on KVM
+
+config IOAPIC
+ bool
+
+config OPENPICS
+ bool
+
+config STELLARIS
+ bool
+ select ARM_GIC
--
1.7.10.4
- Re: [Qemu-devel] [PATCH 22/47] hw/core/Kconfig: Add Kconfig file, (continued)
- [Qemu-devel] [PATCH 23/47] hw/cpu/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 24/47] hw/display/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 25/47] hw/dma/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 26/47] hw/gpio/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 27/47] hw/i2c/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 28/47] hw/ide/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file,
Ákos Kovács <=
- [Qemu-devel] [PATCH 29/47] hw/input/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 31/47] hw/isa/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 32/47] hw/misc/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 34/47] hw/nvram/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 35/47] hw/pci/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 36/47] hw/pci-bridge/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25