summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorKevin Hilman2011-07-12 01:40:41 +0200
committerKevin Hilman2011-08-05 20:54:53 +0200
commit44e51b29228cdd30bb8f54a42eb34ea0674d5f96 (patch)
treeef63eaba5e53ce9dff23a137001e9e6dea3e43af /arch/arm
parentBoot up with usermodehelper disabled (diff)
downloadkernel-qcow2-linux-44e51b29228cdd30bb8f54a42eb34ea0674d5f96.tar.gz
kernel-qcow2-linux-44e51b29228cdd30bb8f54a42eb34ea0674d5f96.tar.xz
kernel-qcow2-linux-44e51b29228cdd30bb8f54a42eb34ea0674d5f96.zip
OMAP2+: Kconfig: don't select PM in OMAP2PLUS_TYPICAL
CONFIG_PM is no longer a user-selectable Kconfig option. Rather it is automatically enabled if either CONFIG_SUSPEND or CONFIG_RUNTIME_PM is enabled, so having a 'select PM' here is redunant when 'select CONFIG_PM_RUNTIME' is present. Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 4ae6257b39a4..57b66d590c52 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -7,7 +7,6 @@ config ARCH_OMAP2PLUS_TYPICAL
default y
select AEABI
select REGULATOR
- select PM
select PM_RUNTIME
select VFP
select NEON if ARCH_OMAP3 || ARCH_OMAP4