Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753761AbYKASUq (ORCPT ); Sat, 1 Nov 2008 14:20:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753247AbYKASUL (ORCPT ); Sat, 1 Nov 2008 14:20:11 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:58322 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752987AbYKASUK (ORCPT ); Sat, 1 Nov 2008 14:20:10 -0400 To: torvalds@linux-foundation.org Subject: [PATCH] PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB Cc: linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Sat, 01 Nov 2008 18:20:09 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1042 Lines: 32 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 --- kernel/power/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index dcd165f..23bd4da 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -96,7 +96,7 @@ config SUSPEND config PM_TEST_SUSPEND bool "Test suspend/resume and wakealarm during bootup" - depends on SUSPEND && PM_DEBUG && RTC_LIB=y + depends on SUSPEND && PM_DEBUG && RTC_CLASS=y ---help--- This option will let you suspend your machine during bootup, and make it wake up a few seconds later using an RTC wakeup alarm. -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/