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 46798aa8d3cc..0f7b0a126a5b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -480,6 +480,7 @@ config MOMENCO_OCELOT_G | |||
480 | select SYS_SUPPORTS_32BIT_KERNEL | 480 | select SYS_SUPPORTS_32BIT_KERNEL |
481 | select SYS_SUPPORTS_64BIT_KERNEL | 481 | select SYS_SUPPORTS_64BIT_KERNEL |
482 | select SYS_SUPPORTS_BIG_ENDIAN | 482 | select SYS_SUPPORTS_BIG_ENDIAN |
483 | select ARCH_SPARSEMEM_ENABLE | ||
483 | help | 484 | help |
484 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by | 485 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by |
485 | Momentum Computer <http://www.momenco.com/>. | 486 | Momentum Computer <http://www.momenco.com/>. |
@@ -1692,6 +1693,9 @@ config ARCH_DISCONTIGMEM_ENABLE | |||
1692 | config ARCH_SPARSEMEM_ENABLE | 1693 | config ARCH_SPARSEMEM_ENABLE |
1693 | bool | 1694 | bool |
1694 | 1695 | ||
1696 | config ARCH_SPARSEMEM_ENABLE | ||
1697 | bool | ||
1698 | |||
1695 | config NUMA | 1699 | config NUMA |
1696 | bool "NUMA Support" | 1700 | bool "NUMA Support" |
1697 | depends on SYS_SUPPORTS_NUMA | 1701 | depends on SYS_SUPPORTS_NUMA |