diff options
author | Aaro Koskinen <aaro.koskinen@nokia.com> | 2015-10-23 15:39:02 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 08:36:46 +0100 |
commit | e1e1611598148e03c6d65e6c23338f4ff2cee71e (patch) | |
tree | 060f9704cc326ffb3d3554b60751923a114f7eda /arch/mips/Kconfig | |
parent | 972cfd5502cc87d388a6d358eae717ac48ca4817 (diff) |
MIPS: Add LATENCYTOP support
Add LATENCYTOP support for MIPS. Tested on OCTEON.
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11353/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2f45c866e7ca..10feb1520b0c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2759,6 +2759,10 @@ config STACKTRACE_SUPPORT bool default y +config HAVE_LATENCYTOP_SUPPORT + bool + default y + config PGTABLE_LEVELS int default 3 if 64BIT && !PAGE_SIZE_64KB |