Skip to content

Commit

Permalink
[MIPS] Make SPARSEMEM selectable on QEMU.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 13, 2006
1 parent b1c6cd4 commit 3147374
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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/>.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3147374

Please sign in to comment.