aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2012-04-16 00:57:38 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-05-12 18:01:34 -0400
commit8eadcf74ec8285800f7f6a36a8f283932a69d17f (patch)
tree152ed87a6adf0b2eba2f3c9c814913326e375301 /arch/arm/plat-samsung/Kconfig
parent68ae89984710d2e9f3cf2005539c8f91bcce9d40 (diff)
ARM: SAMSUNG: move pm part for common s5p into plat-samsung
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r--arch/arm/plat-samsung/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index e09dd4f9dc31..218462361e31 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -371,6 +371,18 @@ config SAMSUNG_WAKEMASK
371 and above. This code allows a set of interrupt to wakeup-mask 371 and above. This code allows a set of interrupt to wakeup-mask
372 mappings. See <plat/wakeup-mask.h> 372 mappings. See <plat/wakeup-mask.h>
373 373
374config S5P_PM
375 bool
376 help
377 Common code for power management support on S5P and newer SoCs
378 Note: Do not select this for S5P6440 and S5P6450.
379
380config S5P_SLEEP
381 bool
382 help
383 Internal config node to apply common S5P sleep management code.
384 Can be selected by S5P and newer SoCs with similar sleep procedure.
385
374comment "Power Domain" 386comment "Power Domain"
375 387
376config SAMSUNG_PD 388config SAMSUNG_PD