diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 65f67f986156..6729c98b66f9 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -655,6 +655,11 @@ config NUMA | |||
655 | depends on PPC64 | 655 | depends on PPC64 |
656 | default y if SMP && PPC_PSERIES | 656 | default y if SMP && PPC_PSERIES |
657 | 657 | ||
658 | config NODES_SHIFT | ||
659 | int | ||
660 | default "4" | ||
661 | depends on NEED_MULTIPLE_NODES | ||
662 | |||
658 | config ARCH_SELECT_MEMORY_MODEL | 663 | config ARCH_SELECT_MEMORY_MODEL |
659 | def_bool y | 664 | def_bool y |
660 | depends on PPC64 | 665 | depends on PPC64 |