mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig
Like many Kconfig symbols, SCHED_{SMT,CLUSTER,MC} are duplicated
across arch/*/Kconfig. Try and clean up a little.
Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Tested-by: Shrikanth Hegde <sshegde@linux.ibm.com> # powerpc
Link: https://lkml.kernel.org/r/20250826094358.GG3245006@noisy.programming.kicks-ass.net
This commit is contained in:
@@ -547,15 +547,11 @@ config NODES_SHIFT
|
||||
depends on NUMA
|
||||
default "1"
|
||||
|
||||
config SCHED_SMT
|
||||
def_bool n
|
||||
|
||||
config SCHED_MC
|
||||
def_bool n
|
||||
|
||||
config SCHED_TOPOLOGY
|
||||
def_bool y
|
||||
prompt "Topology scheduler support"
|
||||
select ARCH_SUPPORTS_SCHED_SMT
|
||||
select ARCH_SUPPORTS_SCHED_MC
|
||||
select SCHED_SMT
|
||||
select SCHED_MC
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user