From 7dfb2ede8b26431c1739bb71eef8710758b57164 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Wed, 29 May 2019 12:06:43 +0200 Subject: configs: remove CONFIG_ARM64_ERRATUM_1188873 The Kconfig symbol ARM64_ERRATUM_1188873 was dropped in v5.2-rc2, see upstream commit a5325089bd05 ("arm64: Handle erratum 1418040 as a superset of erratum 1188873"). So drop it from the configuration generation system too. Signed-off-by: Paul Bolle --- kernel-aarch64-debug.config | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel-aarch64-debug.config') diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 0ff00ad89..ddebe832a 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -287,7 +287,6 @@ CONFIG_ARM64_CNP=y CONFIG_ARM64_CRYPTO=y CONFIG_ARM64_ERRATUM_1024718=y CONFIG_ARM64_ERRATUM_1165522=y -CONFIG_ARM64_ERRATUM_1188873=y CONFIG_ARM64_ERRATUM_1286807=y CONFIG_ARM64_ERRATUM_1418040=y CONFIG_ARM64_ERRATUM_1463225=y -- cgit