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/Makefile | |
parent | df3d02962bc39155c8b4214ce6f0e84750c7921f (diff) | |
download | linux-d930596a3c093bf3f4fbf24f10ad0d8372d6ac21.tar.gz linux-d930596a3c093bf3f4fbf24f10ad0d8372d6ac21.tar.bz2 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/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index afcce474af8e..09dbd78b56f5 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -73,6 +73,10 @@ obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o +# PD support + +obj-$(CONFIG_SAMSUNG_PD) += pd.o + # PWM support obj-$(CONFIG_HAVE_PWM) += pwm.o |