aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/smp.cfg
blob: a7acf093aa22943335fcd0d2d37927d2935d0a1d (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: MIT
CONFIG_SMP=y
CONFIG_SCHED_SMT=y
# Increase default NR_CPUS from 8 to 64 so that platform with
# more than 8 processors can be all activated at boot time
CONFIG_NR_CPUS=64
# The following is nedded when setting NR_CPUS to something
# greater than 8 on x86 architectures, it should be automatically
# disregarded by Kconfig when using a different arch
CONFIG_X86_BIGSMP=y