diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 12:56:45 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 21:07:08 +0900 |
commit | fda225774ed0f3742eb2337680e5221dfa49dad8 (patch) | |
tree | 55dc1d380f1e8cfc5ae2867b19201f677edf7e9d /arch/arm/mach-s3c64xx/Kconfig | |
parent | 0317e52e046f815b4ec4ac7876f63e4eb47696bd (diff) |
ARM: S3C64XX: PM: Synchronise wakeup mask on suspend
Use the new wakeup mask synchronisation code to set the
relevant wakeup mask bits.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index ccdde04f6fe..f5a59727949 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig @@ -7,6 +7,7 @@ config PLAT_S3C64XX bool depends on ARCH_S3C64XX + select SAMSUNG_WAKEMASK default y help Base platform code for any Samsung S3C64XX device |