aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-03 18:56:11 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:06:04 -0400
commit07119621e62de0a2c8db6e4896e762c498bfdd17 (patch)
treec62dd52e8072235c8148e7f31b16ed30c5e45343 /arch/mips/Kconfig
parent7901c7998267d9d8c3f1b226a8c8cfd7f8e48a01 (diff)
[PATCH] mips: add support for Qemu system architecture
Add support for the virtual MIPS system that is emulated by Qemu. See http://www.linux-mips.org/wiki/Qemu for a detailed current status. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index e82d9240ea8e..8398efdee2fa 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -445,6 +445,24 @@ config DDB5477_BUS_FREQUENCY
445 depends on DDB5477 445 depends on DDB5477
446 default 0 446 default 0
447 447
448config QEMU
449 bool "Support for Qemu"
450 select DMA_COHERENT
451 select GENERIC_ISA_DMA
452 select HAVE_STD_PC_SERIAL_PORT
453 select I8259
454 select ISA
455 select SWAP_IO_SPACE
456 select SYS_SUPPORTS_32BIT_KERNEL
457 select SYS_SUPPORTS_BIG_ENDIAN
458 help
459 Qemu is a software emulator which among other architectures also
460 can simulate a MIPS32 4Kc system. This patch adds support for the
461 system architecture that currently is being simulated by Qemu. It
462 will eventually be removed again when Qemu has the capability to
463 simulate actual MIPS hardware platforms. More information on Qemu
464 can be found at http://www.linux-mips.org/wiki/Qemu.
465
448config SGI_IP22 466config SGI_IP22
449 bool "Support for SGI IP22 (Indy/Indigo2)" 467 bool "Support for SGI IP22 (Indy/Indigo2)"
450 select ARC 468 select ARC