diff options
author | Fabian Mewes <architekt@coding4coffee.org> | 2019-07-29 07:08:34 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 09:43:52 -0700 |
commit | f066fa60640130eed62f628e382ad28f92d442a5 (patch) | |
tree | c82b6105ee576fb7287fadf2b718bd4a1ceba623 /arch/mips | |
parent | 7ea502e1d885966cb5912b4488255d8c12645042 (diff) |
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 <architekt@coding4coffee.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 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 |