[MIPS] Make SPARSEMEM selectable on QEMU.
This might be helpfull to debug sparsemem on mips. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a5e68986e8
commit
b1c6cd429b
1 changed files with 4 additions and 0 deletions
|
@ -556,6 +556,7 @@ config QEMU
|
||||||
select SYS_HAS_CPU_MIPS32_R1
|
select SYS_HAS_CPU_MIPS32_R1
|
||||||
select SYS_SUPPORTS_32BIT_KERNEL
|
select SYS_SUPPORTS_32BIT_KERNEL
|
||||||
select SYS_SUPPORTS_BIG_ENDIAN
|
select SYS_SUPPORTS_BIG_ENDIAN
|
||||||
|
select ARCH_SPARSEMEM_ENABLE
|
||||||
help
|
help
|
||||||
Qemu is a software emulator which among other architectures also
|
Qemu is a software emulator which among other architectures also
|
||||||
can simulate a MIPS32 4Kc system. This patch adds support for the
|
can simulate a MIPS32 4Kc system. This patch adds support for the
|
||||||
|
@ -1688,6 +1689,9 @@ config ARCH_DISCONTIGMEM_ENABLE
|
||||||
or have huge holes in the physical address space for other reasons.
|
or have huge holes in the physical address space for other reasons.
|
||||||
See <file:Documentation/vm/numa> for more.
|
See <file:Documentation/vm/numa> for more.
|
||||||
|
|
||||||
|
config ARCH_SPARSEMEM_ENABLE
|
||||||
|
bool
|
||||||
|
|
||||||
config NUMA
|
config NUMA
|
||||||
bool "NUMA Support"
|
bool "NUMA Support"
|
||||||
depends on SYS_SUPPORTS_NUMA
|
depends on SYS_SUPPORTS_NUMA
|
||||||
|
|
Loading…
Add table
Reference in a new issue