qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [v2 35/71] hw/mips/Kconfig: Add Kconfig for MIPS


From: Ákos Kovács
Subject: [Qemu-devel] [v2 35/71] hw/mips/Kconfig: Add Kconfig for MIPS
Date: Fri, 27 Sep 2013 04:30:56 +0200

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

diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
new file mode 100644
index 0000000..d565af7
--- /dev/null
+++ b/hw/mips/Kconfig
@@ -0,0 +1,73 @@
+menu "MIPS"
+    config GT64XXX_PCI
+        bool
+        select PCI
+
+    config R4K
+        bool "MIPS pseudo-board"
+        default y
+        select I8254 # RTC
+        select I8259 # int. controller
+        select IDE_ISA
+        select PCKBD
+        select PFLASH_CFI01
+        select PCI   # for PIIX4
+        select PIIX4
+        select SERIAL
+        help
+            Emulates a simple machine with ISA-like bus.
+
+    config JAZZ
+        bool "MIPS Jazz board"
+        default y
+        select DP8393X
+        select ESP
+        select FDC
+        select I8254 # RTC
+        select I8259 # int. controller
+        select PARALLEL
+        select PCKBD
+        select PCI   # for PIIX4
+        select PIIX4
+        select RC4030
+        select SERIAL
+        select VGA_ISA_MM
+
+    config MALTA
+        bool "MIPS Malta board"
+        default y
+        select GT64XXX_PCI
+        select ACPI
+        select EMPTY_SLOT
+        select FDC
+        select I8259 # int. controller
+        select MC146818RTC
+        select PFLASH_CFI01
+        select PIIX4
+        select IDE_PIIX
+        select SERIAL
+
+    config FULONG
+        bool "Fulong 2e mini pc"
+        default y
+        select IDE_VIA
+        select SERIAL
+        select I8259 # int. controller
+        select I8254 # RTC
+        select I8257 # DMA
+        select PCI   # for VT82C686
+        select ACPI  # for VT82C686
+        select VT82C686
+        help
+            Fulong 2e mini pc is based on ICT/ST Loongson 2e CPU (MIPS III 
like, 800MHz)
+
+    config MIPSSIM
+        bool "MIPSsim-like machine emulation"
+        default y
+        select I8259 # int. controller
+        select PCI   # for PIIX4
+        select PIIX4
+        select SERIAL
+        help
+            Emulates a very simple machine model similar to the one used by 
the proprietary MIPS emulator.
+endmenu
-- 
1.8.1.2




reply via email to

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