diff options
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 | |||
176 | !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412 | 176 | !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412 |
177 | default y if CPU_S3C2412 | 177 | default y if CPU_S3C2412 |
178 | 178 | ||
179 | config S3C2412_PM | ||
180 | bool | ||
181 | default y if PM | ||
182 | depends on CPU_S3C2412 | ||
183 | help | ||
184 | Internal config node to apply S3C2412 power management | ||
185 | |||
179 | config CPU_S3C2412 | 186 | config CPU_S3C2412 |
180 | bool | 187 | bool |
181 | depends on ARCH_S3C2410 | 188 | depends on ARCH_S3C2410 |