]> git.baikalelectronics.ru Git - kernel.git/commit
PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 1 Nov 2008 18:20:09 +0000 (18:20 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Nov 2008 19:40:38 +0000 (12:40 -0700)
commit713c7a8efad0510d3f8039292be4b66b219d1c53
treed58404ebbdd572a2b86d62bafd7af0697cd9624e
parentc2330c4236416cf6626f26742b78bb755ce938cc
PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB

Insufficient dependency - we really want CONFIG_RTC_CLASS=y there.
That will give us CONFIG_RTC_LIB=y, so the old dependency can be
simply replaced.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/power/Kconfig