diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2019-11-19 16:26:15 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2019-11-20 18:13:42 +0100 |
commit | 9fbea0b7e842890a76acffce9be9e430b9e11194 (patch) | |
tree | e9e4299ee347fc6c3315996b357dc61136953ed2 /arch/arc/Kconfig | |
parent | ARC: [plat-axs10x]: remove hardcoded video mode from bootargs (diff) | |
download | linux-9fbea0b7e842890a76acffce9be9e430b9e11194.tar.xz linux-9fbea0b7e842890a76acffce9be9e430b9e11194.zip |
ARC: add kmemleak support
kmemleak is used internally for a long time and as there isn't
any issue with it we can finally enable it in upstream.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 375f9d278139..a00a1d46cf01 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -30,6 +30,7 @@ config ARC select HAVE_ARCH_KGDB select HAVE_ARCH_TRACEHOOK select HAVE_DEBUG_STACKOVERFLOW + select HAVE_DEBUG_KMEMLEAK select HAVE_FUTEX_CMPXCHG if FUTEX select HAVE_IOREMAP_PROT select HAVE_KERNEL_GZIP |