aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/common-pc/common-pc.cfg
blob: be09ed6afdf5a32be66dcf1836c9173e3d51a4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: MIT
# We set this to 8, even though the common fragments set NR_CPUs to 64
# Since arch/x86/Kconfig has the following range restriction for NR_CPUS
#
#  range 2 8 if SMP && X86_32 && !X86_BIGSMP
#
# In a common-pc build, we are indeed X86_32 enabled, so 8 is our max CPUs.
# To avoid a configuration warning, we change our default to this range's max
# value
CONFIG_NR_CPUS=8

# CONFIG_IRQ_REMAP is not set
# CONFIG_X86_X2APIC is not set