mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
kmemleak: fix kconfig for crc32 build error
kmemleak uses crc32 functions so it needs to select CRC32. Fixes build error: kmemleak.c:(.text+0x7ce62): undefined reference to `crc32_le' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
04609ccc40
commit
b60e26a2f0
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ config DEBUG_KMEMLEAK
|
||||||
select DEBUG_FS if SYSFS
|
select DEBUG_FS if SYSFS
|
||||||
select STACKTRACE if STACKTRACE_SUPPORT
|
select STACKTRACE if STACKTRACE_SUPPORT
|
||||||
select KALLSYMS
|
select KALLSYMS
|
||||||
|
select CRC32
|
||||||
help
|
help
|
||||||
Say Y here if you want to enable the memory leak
|
Say Y here if you want to enable the memory leak
|
||||||
detector. The memory allocation/freeing is traced in a way
|
detector. The memory allocation/freeing is traced in a way
|
||||||
|
|
Loading…
Reference in a new issue