diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2013-02-12 13:09:10 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 06:20:59 -0500 |
| commit | 592957085e3763b9339a6a281f1aeb1247cdd245 (patch) | |
| tree | ebecf19830b1dddb590fa2923c9a8cec8788b6d9 /arch/arm/mach-s3c24xx/Kconfig | |
| parent | f0301673ff7ad8aae45c4a95613771d34b1cf052 (diff) | |
ARM: S3C24XX: use samsung_sync_wakemask in s3c2412 pm
Originally the s3c2412 used a overidden irq chip to set the rtc wakeup flag.
But with using the samsung_sync_wakemask function the same can be achieved
without introducing soc specific irq functions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
| -rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 0c5e4fb61117..0a8663c5f2ba 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -407,6 +407,7 @@ config S3C2412_DMA | |||
| 407 | config S3C2412_PM | 407 | config S3C2412_PM |
| 408 | bool | 408 | bool |
| 409 | select S3C2412_PM_SLEEP | 409 | select S3C2412_PM_SLEEP |
| 410 | select SAMSUNG_WAKEMASK | ||
| 410 | help | 411 | help |
| 411 | Internal config node to apply S3C2412 power management | 412 | Internal config node to apply S3C2412 power management |
| 412 | 413 | ||
