aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig13
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index c71ddc0c191a..967ecf92d6a7 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -538,6 +538,11 @@ config IRQ_ALL_CPUS
538 538
539source "arch/powerpc/platforms/pseries/Kconfig" 539source "arch/powerpc/platforms/pseries/Kconfig"
540 540
541config NUMA
542 bool "NUMA support"
543 depends on PPC64
544 default y if SMP && PPC_PSERIES
545
541config ARCH_SELECT_MEMORY_MODEL 546config ARCH_SELECT_MEMORY_MODEL
542 def_bool y 547 def_bool y
543 depends on PPC64 548 depends on PPC64
@@ -554,10 +559,6 @@ config ARCH_DISCONTIGMEM_DEFAULT
554 def_bool y 559 def_bool y
555 depends on ARCH_DISCONTIGMEM_ENABLE 560 depends on ARCH_DISCONTIGMEM_ENABLE
556 561
557config ARCH_FLATMEM_ENABLE
558 def_bool y
559 depends on PPC64
560
561config ARCH_SPARSEMEM_ENABLE 562config ARCH_SPARSEMEM_ENABLE
562 def_bool y 563 def_bool y
563 depends on ARCH_DISCONTIGMEM_ENABLE 564 depends on ARCH_DISCONTIGMEM_ENABLE
@@ -581,10 +582,6 @@ config NODES_SPAN_OTHER_NODES
581 def_bool y 582 def_bool y
582 depends on NEED_MULTIPLE_NODES 583 depends on NEED_MULTIPLE_NODES
583 584
584config NUMA
585 bool "NUMA support"
586 default y if DISCONTIGMEM || SPARSEMEM
587
588config SCHED_SMT 585config SCHED_SMT
589 bool "SMT (Hyperthreading) scheduler support" 586 bool "SMT (Hyperthreading) scheduler support"
590 depends on PPC64 && SMP 587 depends on PPC64 && SMP