diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-09 00:20:52 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-09 00:20:52 -0400 |
commit | 1ce7ddd5f4cc754b6afe9eec5cee89ede75348ea (patch) | |
tree | 7cff8710c2fe4aeab10621a7ba423920ed3cd3f2 /arch/sh/mm/Kconfig | |
parent | a361a68bc510b91b50462433cfa65c6b620a80c3 (diff) |
sh: Truncate MAX_ACTIVE_REGIONS for the common case.
Most SH platforms aren't going to need more than a single active
region, ones that need more can pad this out as necessary.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index b773361892c9..253346d7b316 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -303,6 +303,10 @@ config NODES_SHIFT | |||
303 | config ARCH_FLATMEM_ENABLE | 303 | config ARCH_FLATMEM_ENABLE |
304 | def_bool y | 304 | def_bool y |
305 | 305 | ||
306 | config MAX_ACTIVE_REGIONS | ||
307 | int | ||
308 | default "1" | ||
309 | |||
306 | config ARCH_POPULATES_NODE_MAP | 310 | config ARCH_POPULATES_NODE_MAP |
307 | def_bool y | 311 | def_bool y |
308 | 312 | ||