mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-25 09:14:29 +01:00
I'm sure that it is correct to remove CONFIG_ARM64_UAO and CONFIG_MANDATORY_FILE_LOCKING and . Both are gone in 5.15. Maintain a specific config files for a kernel version is a little ugly. If someone needs them, shout at me. Fixes: #3280 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
45 lines
879 B
Plaintext
45 lines
879 B
Plaintext
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
|
|
CONFIG_SCHED_SMT=y
|
|
|
|
# Virtual address space size (48-bit)
|
|
CONFIG_ARM64_VA_BITS_48=y
|
|
CONFIG_ARM64_VA_BITS=48
|
|
# Physical address space size (48-bit)
|
|
CONFIG_ARM64_PA_BITS_48=y
|
|
CONFIG_ARM64_PA_BITS=48
|
|
|
|
# Use the maximum number of CPUs supported by KVM (255)
|
|
CONFIG_NR_CPUS=255
|
|
|
|
CONFIG_PERF_EVENTS=y
|
|
|
|
# No architected NMI
|
|
CONFIG_ARM64_PSEUDO_NMI=y
|
|
CONFIG_ARM64_SVE=y
|
|
|
|
#
|
|
# ARMv8.1 architectural features
|
|
#
|
|
CONFIG_ARM64_HW_AFDBM=y
|
|
CONFIG_ARM64_PAN=y
|
|
# end of ARMv8.1 architectural features
|
|
|
|
#
|
|
# ARMv8.2 architectural features
|
|
#
|
|
CONFIG_ARM64_CNP=y
|
|
CONFIG_ARM64_PMEM=y
|
|
CONFIG_ARM64_RAS_EXTN=y
|
|
# end of ARMv8.2 architectural feature
|
|
|
|
CONFIG_NO_HZ_FULL=y
|
|
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
|
CONFIG_RANDOMIZE_BASE=y
|