kernel/configs: enable CONFIG_X86_MPPARSE

Firecracker needs CONFIG_X86_MPPARSE to support `vcpu_count`, otherwise the
amount of cpus wil always be 1.

fixes #901

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-01-14 16:55:36 +00:00
parent cb559c1449
commit a95b359861
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
CONFIG_X86_INTEL_PSTATE=y
# For old smp systems that do not have proper acpi support.
# Firecracker needs this to support `vcpu_count`
CONFIG_X86_MPPARSE=y

View File

@ -1 +1 @@
61
62