[MIPS] Make SPARSEMEM selectable on QEMU.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sun, 2 Jul 2006 15:09:47 +0000 (00:09 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jul 2006 20:26:00 +0000 (21:26 +0100)
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>
arch/mips/Kconfig

index 46798aa8d3ccf5a2f81943cbb73daf1659f229e8..0f7b0a126a5bc0776d098532e2961e1c049a4a55 100644 (file)
@@ -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