diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 747a9c1228f2..46798aa8d3cc 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -556,6 +556,7 @@ config QEMU | |||
556 | select SYS_HAS_CPU_MIPS32_R1 | 556 | select SYS_HAS_CPU_MIPS32_R1 |
557 | select SYS_SUPPORTS_32BIT_KERNEL | 557 | select SYS_SUPPORTS_32BIT_KERNEL |
558 | select SYS_SUPPORTS_BIG_ENDIAN | 558 | select SYS_SUPPORTS_BIG_ENDIAN |
559 | select ARCH_SPARSEMEM_ENABLE | ||
559 | help | 560 | help |
560 | Qemu is a software emulator which among other architectures also | 561 | Qemu is a software emulator which among other architectures also |
561 | can simulate a MIPS32 4Kc system. This patch adds support for the | 562 | can simulate a MIPS32 4Kc system. This patch adds support for the |
@@ -1688,6 +1689,9 @@ config ARCH_DISCONTIGMEM_ENABLE | |||
1688 | or have huge holes in the physical address space for other reasons. | 1689 | or have huge holes in the physical address space for other reasons. |
1689 | See <file:Documentation/vm/numa> for more. | 1690 | See <file:Documentation/vm/numa> for more. |
1690 | 1691 | ||
1692 | config ARCH_SPARSEMEM_ENABLE | ||
1693 | bool | ||
1694 | |||
1691 | config NUMA | 1695 | config NUMA |
1692 | bool "NUMA Support" | 1696 | bool "NUMA Support" |
1693 | depends on SYS_SUPPORTS_NUMA | 1697 | depends on SYS_SUPPORTS_NUMA |