diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 860869528f4c..b972f36d547c 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
@@ -58,6 +58,11 @@ config S3C2410_PM_CHECK | |||
58 | going to sleep. The blocks are then checked on resume for any | 58 | going to sleep. The blocks are then checked on resume for any |
59 | errors. | 59 | errors. |
60 | 60 | ||
61 | Note, this can take several seconds depending on memory size | ||
62 | and CPU speed. | ||
63 | |||
64 | See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> | ||
65 | |||
61 | config S3C2410_PM_CHECK_CHUNKSIZE | 66 | config S3C2410_PM_CHECK_CHUNKSIZE |
62 | int "S3C2410 PM Suspend CRC Chunksize (KiB)" | 67 | int "S3C2410 PM Suspend CRC Chunksize (KiB)" |
63 | depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK | 68 | depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK |
@@ -68,6 +73,8 @@ config S3C2410_PM_CHECK_CHUNKSIZE | |||
68 | the CRC data block will take more memory, but wil identify any | 73 | the CRC data block will take more memory, but wil identify any |
69 | faults with better precision. | 74 | faults with better precision. |
70 | 75 | ||
76 | See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt> | ||
77 | |||
71 | config S3C2410_LOWLEVEL_UART_PORT | 78 | config S3C2410_LOWLEVEL_UART_PORT |
72 | int "S3C2410 UART to use for low-level messages" | 79 | int "S3C2410 UART to use for low-level messages" |
73 | default 0 | 80 | default 0 |