aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2015-06-15 10:02:44 -0400
committerCatalin Marinas <catalin.marinas@arm.com>2015-06-15 11:57:46 -0400
commit822bf4833ecc8ea63c69f3ed894c13b4509c9e85 (patch)
tree3cc5e4ac2152ef4c582b198ca8ed175529e236f6 /arch/arm64/configs
parentc7d6b573fe55fdccd60bfe082dda8cace9bcaa3f (diff)
arm64: defconfig: enable memtest
The kernel memtest utility is incredibly useful for detecting memory problems, but sadly isn't in defconfig. The memtest itself is only run when the user has explicitly passed a memtest option on the kernel command line, so simply enabling the option should not have a negative impact. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Cc: Vladimir Murzin <vladimir.murzin@arm.com> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2ed7449d9273..daefbf0329a6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -180,6 +180,7 @@ CONFIG_LOCKUP_DETECTOR=y
180# CONFIG_SCHED_DEBUG is not set 180# CONFIG_SCHED_DEBUG is not set
181# CONFIG_DEBUG_PREEMPT is not set 181# CONFIG_DEBUG_PREEMPT is not set
182# CONFIG_FTRACE is not set 182# CONFIG_FTRACE is not set
183CONFIG_MEMTEST=y
183CONFIG_SECURITY=y 184CONFIG_SECURITY=y
184CONFIG_CRYPTO_ANSI_CPRNG=y 185CONFIG_CRYPTO_ANSI_CPRNG=y
185CONFIG_ARM64_CRYPTO=y 186CONFIG_ARM64_CRYPTO=y