qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 25/71] hw/cpu/Kconfig: Add Kconfig file


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

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

diff --git a/hw/cpu/Kconfig b/hw/cpu/Kconfig
new file mode 100644
index 0000000..bd208bf
--- /dev/null
+++ b/hw/cpu/Kconfig
@@ -0,0 +1,18 @@
+config ARM11MPCORE
+    bool
+    select ARM_GIC
+    select ARM_MPTIMER
+    select REALVIEW
+
+config A9MPCORE
+    bool 
+    select ARM_GIC
+    select ARM_MPTIMER
+    select A9SCU
+
+config A15MPCORE
+    bool
+    select ARM_GIC
+
+config ICC_BUS
+    bool
-- 
1.8.1.2




reply via email to

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