]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: samsung: select CRC32 for SAMSUNG_PM_CHECK
authorArnd Bergmann <arnd@arndb.de>
Tue, 18 Mar 2014 09:02:26 +0000 (10:02 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:23 +0000 (18:26 +0100)
commit458bbf1511d0294b6815ae62951a1a6d1165e5b0
tree36dc2dc56e2ba8f909d7f7cb799d69d07b8f6fad
parent9d1c27295cc83258ecdfeccf5791c0843a024131
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 <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-samsung/Kconfig