diff options
author | Tomasz Figa <t.figa@samsung.com> | 2014-07-02 19:37:45 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-19 04:32:11 +0900 |
commit | 0a90d4d62c71e27cedebf938d7c37db543b93e78 (patch) | |
tree | fde403289522c6fc95924e3cf03f2e3a0728786a /arch/arm/mach-s5pv210/Makefile | |
parent | 28c8331d386a0c4122501a848a8fc3680bb65427 (diff) | |
download | talos-op-linux-0a90d4d62c71e27cedebf938d7c37db543b93e78.tar.gz talos-op-linux-0a90d4d62c71e27cedebf938d7c37db543b93e78.zip |
ARM: S5PV210: Untie PM support from legacy code
This patch makes S5PV210 not rely on legacy suspend helpers in
plat-samsung and implements platform suspend logic locally, similarly to
Exynos.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 83993fc87d87..5308225dfdee 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile @@ -12,7 +12,7 @@ obj- := # Core -obj-$(CONFIG_PM) += pm.o +obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o # machine support |