diff options
author | Paul Mackerras <paulus@samba.org> | 2006-12-03 23:59:07 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-03 23:59:07 -0500 |
commit | 79acbb3ff2d8095b692e1502b9eb2ccec348de26 (patch) | |
tree | 6ab773e5a8f9de2cd6443362b21d0d6fffe3b35e /arch/powerpc/Kconfig | |
parent | 19a79859e168640f8e16d7b216d211c1c52b687a (diff) | |
parent | 2b5f6dcce5bf94b9b119e9ed8d537098ec61c3d2 (diff) |
Merge branch 'linux-2.6' into for-linus
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a41d191bf1be..96316c866107 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -433,7 +433,7 @@ config PPC_MAPLE | |||
433 | default n | 433 | default n |
434 | help | 434 | help |
435 | This option enables support for the Maple 970FX Evaluation Board. | 435 | This option enables support for the Maple 970FX Evaluation Board. |
436 | For more informations, refer to <http://www.970eval.com> | 436 | For more information, refer to <http://www.970eval.com> |
437 | 437 | ||
438 | config PPC_PASEMI | 438 | config PPC_PASEMI |
439 | depends on PPC_MULTIPLATFORM && PPC64 | 439 | depends on PPC_MULTIPLATFORM && PPC64 |
@@ -742,7 +742,7 @@ config ARCH_SPARSEMEM_ENABLE | |||
742 | 742 | ||
743 | config ARCH_SPARSEMEM_DEFAULT | 743 | config ARCH_SPARSEMEM_DEFAULT |
744 | def_bool y | 744 | def_bool y |
745 | depends on SMP && PPC_PSERIES | 745 | depends on (SMP && PPC_PSERIES) || PPC_CELL |
746 | 746 | ||
747 | config ARCH_POPULATES_NODE_MAP | 747 | config ARCH_POPULATES_NODE_MAP |
748 | def_bool y | 748 | def_bool y |
@@ -753,6 +753,15 @@ config ARCH_MEMORY_PROBE | |||
753 | def_bool y | 753 | def_bool y |
754 | depends on MEMORY_HOTPLUG | 754 | depends on MEMORY_HOTPLUG |
755 | 755 | ||
756 | # Some NUMA nodes have memory ranges that span | ||
757 | # other nodes. Even though a pfn is valid and | ||
758 | # between a node's start and end pfns, it may not | ||
759 | # reside on that node. See memmap_init_zone() | ||
760 | # for details. | ||
761 | config NODES_SPAN_OTHER_NODES | ||
762 | def_bool y | ||
763 | depends on NEED_MULTIPLE_NODES | ||
764 | |||
756 | config PPC_64K_PAGES | 765 | config PPC_64K_PAGES |
757 | bool "64k page size" | 766 | bool "64k page size" |
758 | depends on PPC64 | 767 | depends on PPC64 |