diff options
author | Tomasz Figa <t.figa@samsung.com> | 2014-03-18 07:28:10 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-03-21 04:09:26 +0900 |
commit | dbc5ca163dc46153a8e5249da627af571ae47c10 (patch) | |
tree | 267bb51c2451d61fa59effe7263c56be5f3e310a /arch/arm/lib/uaccess.S | |
parent | f682426630c620a2b8ae488a4f0d85ec6c272d66 (diff) | |
download | op-kernel-dev-dbc5ca163dc46153a8e5249da627af571ae47c10.zip op-kernel-dev-dbc5ca163dc46153a8e5249da627af571ae47c10.tar.gz |
ARM: EXYNOS: Fix abuse of CONFIG_PM
CONFIG_PM means that at least one of CONFIG_PM_SLEEP and
CONFIG_PM_RUNTIME is enabled, while multiple entries in
mach-exynos/Kconfig abused it to enable sleep- and runtime-specific
functionality.
This patch fixes this abuse by replacing dependencies on CONFIG_PM with
appropriate dependencies on either CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME,
whichever is appropriate.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/lib/uaccess.S')
0 files changed, 0 insertions, 0 deletions