aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/common-pc/common-pc.cfg
blob: e786427c7db4b2e0a0a47f13573f2845fda204f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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