diff options
author | Changhwan Youn <chaos.youn@samsung.com> | 2010-12-03 17:14:57 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-12-30 09:36:52 +0900 |
commit | d930596a3c093bf3f4fbf24f10ad0d8372d6ac21 (patch) | |
tree | 85fa69c63b9bf31c405fc54d8df83f49e9d3ef8c /arch/arm/plat-samsung/Kconfig | |
parent | df3d02962bc39155c8b4214ce6f0e84750c7921f (diff) | |
download | talos-op-linux-d930596a3c093bf3f4fbf24f10ad0d8372d6ac21.tar.gz talos-op-linux-d930596a3c093bf3f4fbf24f10ad0d8372d6ac21.zip |
ARM: SAMSUNG: Add support for Power Domain control
This patch implements Power Domain control based on Runtime PM framework.
Each Power Domain is represented by a Power Domain device and the devices
belong to these Power Domains should be set as a child device of the Power
Domain devices. The corresponding drivers of the devices should implement
Runtime PM to control the Power Domains.
Signed-off-by: Changhwan Youn <chaos.youn at samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index dcd6eff4ee53..2ebf4157d93a 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -333,4 +333,12 @@ config SAMSUNG_WAKEMASK and above. This code allows a set of interrupt to wakeup-mask mappings. See <plat/wakeup-mask.h> +comment "Power Domain" + +config SAMSUNG_PD + bool "Samsung Power Domain" + depends on PM_RUNTIME + help + Say Y here if you want to control Power Domain by Runtime PM. + endif |