From f066fa60640130eed62f628e382ad28f92d442a5 Mon Sep 17 00:00:00 2001 From: Fabian Mewes Date: Mon, 29 Jul 2019 07:08:34 +0200 Subject: [PATCH] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT HAVE_LATENCYTOP_SUPPORT was removed all together in commit da48d094ce5d7 ("Kconfig: remove HAVE_LATENCYTOP_SUPPORT"). This commit removes a leftover in the MIPS Kconfig. Signed-off-by: Fabian Mewes Signed-off-by: Paul Burton Cc: Ralf Baechle Cc: James Hogan Cc: Sergei Shtylyov Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- arch/mips/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 99078c1b5273..31c7044e34e6 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -3037,10 +3037,6 @@ config STACKTRACE_SUPPORT bool default y -config HAVE_LATENCYTOP_SUPPORT - bool - default y - config PGTABLE_LEVELS int default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48 -- 2.11.0