Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
- Loading branch information