blob: 0e954bb1ee05e0839c1d49c03d1194592ea3e9c9 [file] [log] [blame]
if SOC_X86_64
config SOC
default "x86_64"
config USE_SWITCH
default y
# Make this the default even if we have only one CPU, mostly for test
# coverage. Uniprocessor apps for production purposes can get a
# moderate code size savings by turning it off.
config SMP
default y
endif