diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-22 15:42:18 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-27 09:35:04 +0100 |
commit | 4b053e7a320882fbdbc6613cec60a929553b4215 (patch) | |
tree | c6c8d41fe2df1ec65ae4c5d31390109477274dfd /arch/arm/mach-s3c2410/Kconfig | |
parent | da56c949261d462452a68cf05bfc645445bee830 (diff) | |
download | talos-obmc-linux-4b053e7a320882fbdbc6613cec60a929553b4215.tar.gz talos-obmc-linux-4b053e7a320882fbdbc6613cec60a929553b4215.zip |
[ARM] 3858/1: S3C2412: power management code
Add S3C2412 power management code, and move the
core register saving in from s3c2412.c
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 458b36b2353b..e50a73f93d3d 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig @@ -176,6 +176,13 @@ config CPU_S3C2412_ONLY !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412 default y if CPU_S3C2412 +config S3C2412_PM + bool + default y if PM + depends on CPU_S3C2412 + help + Internal config node to apply S3C2412 power management + config CPU_S3C2412 bool depends on ARCH_S3C2410 |