diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2014-09-19 14:27:43 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-09-22 09:57:40 -0400 |
commit | a4a8c2c4962bb655e7152c53a0eb6ca31c47f159 (patch) | |
tree | af36f6e73ca3bd4d653c485d8858e0fcc6b06f2b /kernel | |
parent | 207f1a2d294e3781b56d1acecd48aaa3b4b7b2ad (diff) |
ARM: exynos: Move to generic PM domain DT bindings
This patch moves Exynos PM domain code to use the new generic PM domain
look-up framework introduced in previous patches, thus also allowing
the new code to be compiled with CONFIG_ARCH_EXYNOS.
This patch was originally submitted by Tomasz Figa when he was employed
by Samsung.
Link: http://marc.info/?l=linux-pm&m=139955336002083&w=2
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 897619b11fb2..bbef57f5bdfd 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -304,7 +304,7 @@ config PM_GENERIC_DOMAINS_RUNTIME | |||
304 | 304 | ||
305 | config PM_GENERIC_DOMAINS_OF | 305 | config PM_GENERIC_DOMAINS_OF |
306 | def_bool y | 306 | def_bool y |
307 | depends on PM_GENERIC_DOMAINS && OF && !ARCH_EXYNOS | 307 | depends on PM_GENERIC_DOMAINS && OF |
308 | 308 | ||
309 | config CPU_PM | 309 | config CPU_PM |
310 | bool | 310 | bool |