diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2011-04-27 12:06:19 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2011-05-19 12:36:27 -0400 |
commit | 79e0d9bd262bdd36009e8092e57e34dc5e22a1c7 (patch) | |
tree | f61d4ea8f69202b96a0ad4c6f845eee13496b536 /lib | |
parent | 52c3ce4ec5601ee383a14f1485f6bac7b278896e (diff) |
kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAK
In the past DEBUG_FS used to depend on SYSFS and DEBUG_KMEMLEAK selected
it conditionally. This is no longer the case, so always select DEBUG_FS
via DEBUG_KMEMLEAK.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index c768bcdda1b7..4eebb9022985 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -400,7 +400,7 @@ config DEBUG_KMEMLEAK | |||
400 | depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \ | 400 | depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \ |
401 | (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE) | 401 | (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE) |
402 | 402 | ||
403 | select DEBUG_FS if SYSFS | 403 | select DEBUG_FS |
404 | select STACKTRACE if STACKTRACE_SUPPORT | 404 | select STACKTRACE if STACKTRACE_SUPPORT |
405 | select KALLSYMS | 405 | select KALLSYMS |
406 | select CRC32 | 406 | select CRC32 |