diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-07-03 00:09:47 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 21:26:00 +0100 |
commit | 31473747bd441719f9f6a07385684dce547533e0 (patch) | |
tree | f8de7f66a140085c6c20c429623b9fb47a89bb3b | |
parent | b1c6cd429b5f9fde39f5950ba9f2993286954f6c (diff) | |
download | op-kernel-dev-31473747bd441719f9f6a07385684dce547533e0.zip op-kernel-dev-31473747bd441719f9f6a07385684dce547533e0.tar.gz |
[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>
-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 46798aa..0f7b0a1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -480,6 +480,7 @@ config MOMENCO_OCELOT_G select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN + select ARCH_SPARSEMEM_ENABLE help The Ocelot is a MIPS-based Single Board Computer (SBC) made by Momentum Computer <http://www.momenco.com/>. @@ -1692,6 +1693,9 @@ config ARCH_DISCONTIGMEM_ENABLE config ARCH_SPARSEMEM_ENABLE bool +config ARCH_SPARSEMEM_ENABLE + bool + config NUMA bool "NUMA Support" depends on SYS_SUPPORTS_NUMA |