summaryrefslogtreecommitdiffstats
path: root/drivers/soc/samsung/Makefile
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-05-10 15:52:20 +0200
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-05-30 09:12:49 +0200
commite465007a7a7ca745f018fdcacb0a5a911a5c50d9 (patch)
tree008bb6b3b47e5d06fa2c7b94b5fe2220d0a29028 /drivers/soc/samsung/Makefile
parent1a695a905c18548062509178b98bc91e67510864 (diff)
downloadlinux-e465007a7a7ca745f018fdcacb0a5a911a5c50d9.tar.gz
linux-e465007a7a7ca745f018fdcacb0a5a911a5c50d9.tar.bz2
linux-e465007a7a7ca745f018fdcacb0a5a911a5c50d9.zip
ARM: EXYNOS: Move pm_domains driver to drivers/soc/samsung
Exynos PM domains driver does not have mach-specific dependencies so it can be safely moved out of arm/mach-exynos to drivers/soc. This in future will allow re-using it on ARM64 boards. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to 'drivers/soc/samsung/Makefile')
-rw-r--r--drivers/soc/samsung/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/samsung/Makefile b/drivers/soc/samsung/Makefile
index f64ac4d80564..8aead5835def 100644
--- a/drivers/soc/samsung/Makefile
+++ b/drivers/soc/samsung/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o exynos3250-pmu.o exynos4-pmu.o \
exynos5250-pmu.o exynos5420-pmu.o
+obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o