diff options
author | Richard Weinberger <richard@nod.at> | 2016-06-12 21:56:43 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2016-08-04 00:01:10 +0200 |
commit | 5609a3d309836d047eb60275db69d82d47268283 (patch) | |
tree | 1ae17b24ee6b55cb73760734ddae44fa125c3cef /arch/um | |
parent | b63236972e1344b247750451e2be0a06cd125f21 (diff) |
um: Select HAVE_DEBUG_KMEMLEAK
Now we have the infrastructure to support kmemleak.
Enable the HAVE flag.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index cc0013475444..de562da1bbed 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common @@ -5,6 +5,7 @@ config UML select HAVE_ARCH_SECCOMP_FILTER select HAVE_UID16 select HAVE_FUTEX_CMPXCHG if FUTEX + select HAVE_DEBUG_KMEMLEAK select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select GENERIC_IO |