]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM: Fix unmet dependency warning from kconfig
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 12 Sep 2010 19:40:01 +0000 (21:40 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sat, 16 Oct 2010 23:57:42 +0000 (01:57 +0200)
commitede890c2c069d611ece0e184103a6b9236ce416a
tree60c54446878e60d898f233cba2946aeaa7b582b2
parentf996fc9671d088bd5f52a70f18c64bfe3d0e418f
PM: Fix unmet dependency warning from kconfig

Fix the following build warning:

warning: (PM_SLEEP_SMP && SMP && (ARCH_SUSPEND_POSSIBLE || \
ARCH_HIBERNATION_POSSIBLE) && PM_SLEEP) selects HOTPLUG_CPU which \
has unmet direct dependencies (SMP && HOTPLUG)

by selecting HOTPLUG along with CPU_HOTPLUG.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
kernel/power/Kconfig