]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP2+: Kconfig: don't select PM in OMAP2PLUS_TYPICAL
authorKevin Hilman <khilman@ti.com>
Mon, 11 Jul 2011 23:40:41 +0000 (16:40 -0700)
committerKevin Hilman <khilman@ti.com>
Fri, 5 Aug 2011 18:54:53 +0000 (11:54 -0700)
commitf003ea776a66574b67a38c6afeb52f3f6b2740cc
treeef63eaba5e53ce9dff23a137001e9e6dea3e43af
parent4732e30cdb783cf86cca151563e9aaccbe1e52aa
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>
arch/arm/mach-omap2/Kconfig