mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 08:15:07 -04:00
selftests/arm64: Add MTE test config fragment
The arm64 selftest collection has no Kconfig fragment, so kernels built with the selftest requirements are not guaranteed to provide the support used by these tests. Add a fragment covering all tests in arm64. Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Muhammad Usama Anjum <usama.anjum@arm.com> Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
bb52892f92
commit
2bd5337392
17
tools/testing/selftests/arm64/config
Normal file
17
tools/testing/selftests/arm64/config
Normal file
@@ -0,0 +1,17 @@
|
||||
CONFIG_ARM64_BTI=y
|
||||
CONFIG_ARM64_GCS=y
|
||||
CONFIG_ARM64_MTE=y
|
||||
CONFIG_ARM64_POE=y
|
||||
CONFIG_ARM64_PTR_AUTH=y
|
||||
CONFIG_ARM64_SME=y
|
||||
CONFIG_ARM64_SVE=y
|
||||
CONFIG_ARM64_TAGGED_ADDR_ABI=y
|
||||
CONFIG_HUGETLBFS=y
|
||||
CONFIG_KSM=y
|
||||
CONFIG_PROC_FS=y
|
||||
CONFIG_SECCOMP=y
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_SHMEM=y
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_SYSFS=y
|
||||
CONFIG_TMPFS=y
|
||||
Reference in New Issue
Block a user