aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-18 05:02:26 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-21 13:26:23 -0400
commit714e3302538ab1eff926e64ee56a1b50c9b0ca2b (patch)
tree36dc2dc56e2ba8f909d7f7cb799d69d07b8f6fad /arch/arm/plat-samsung/Kconfig
parent335cce74f29863a0ba415e5a76ee63c63caa774e (diff)
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>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r--arch/arm/plat-samsung/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 26ff15c130ff..b57e922f1614 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -444,7 +444,8 @@ config S3C_PM_DEBUG_LED_SMDK
444 444
445config SAMSUNG_PM_CHECK 445config SAMSUNG_PM_CHECK
446 bool "S3C2410 PM Suspend Memory CRC" 446 bool "S3C2410 PM Suspend Memory CRC"
447 depends on PM && CRC32 447 depends on PM
448 select CRC32
448 help 449 help
449 Enable the PM code's memory area checksum over sleep. This option 450 Enable the PM code's memory area checksum over sleep. This option
450 will generate CRCs of all blocks of memory, and store them before 451 will generate CRCs of all blocks of memory, and store them before