kernel: config CONFIG_ PARAVIRT

Moved CONFIG_ PARAVIRT to each arch base.conf.

CONFIG_ PARAVIRT only defined in x86, arm64, arm in arch/$arch/Kconfig.

Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Alice Frosi 2020-05-12 09:44:55 +02:00 committed by Jakob-Naucke
parent 62b45064d4
commit 454dd85432
No known key found for this signature in database
GPG Key ID: C3E19E8F8D0BA5E7
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
CONFIG_ARM64=y
CONFIG_ARM64_4K_PAGES=y
CONFIG_PARAVIRT=y
# ARM servers are often multi-cores, following configs improve
# the CPU scheduler's decision making.
CONFIG_SCHED_MC=y

View File

@ -2,7 +2,6 @@
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_SMP=y
CONFIG_PARAVIRT=y
# Note, no nested VM support enabled here
# Turn off embedded mode, as it disabled 'too much', and we

View File

@ -8,6 +8,8 @@ CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_KVM_GUEST=y
CONFIG_PARAVIRT=y
# Use the maximum number of CPUs supported by KVM (240)
CONFIG_NR_CPUS=240