From: Arnd Bergmann Date: Tue, 18 Mar 2014 09:02:26 +0000 (+0100) Subject: ARM: samsung: select CRC32 for SAMSUNG_PM_CHECK X-Git-Tag: v3.15-rc1~81^2~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714e3302538ab1eff926e64ee56a1b50c9b0ca2b;p=pandora-kernel.git ARM: samsung: select CRC32 for SAMSUNG_PM_CHECK The Samsung pm_check code uses the crc32 library code, which can be built as a loadable module, in which case we get a link error building the kernel. A better solution is to use 'select CRC32', which is what all other users of this code do, as it ensures it is always built-in. Signed-off-by: Arnd Bergmann Acked-by: Kukjin Kim Cc: Tomasz Figa Cc: Ben Dooks --- Reading git-diff-tree failed