diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 18 |
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 | ||
448 | config 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 | |||
448 | config SGI_IP22 | 466 | config SGI_IP22 |
449 | bool "Support for SGI IP22 (Indy/Indigo2)" | 467 | bool "Support for SGI IP22 (Indy/Indigo2)" |
450 | select ARC | 468 | select ARC |