From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751717AbXCDOM1 (ORCPT ); Sun, 4 Mar 2007 09:12:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751720AbXCDOM1 (ORCPT ); Sun, 4 Mar 2007 09:12:27 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:60533 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbXCDOM0 (ORCPT ); Sun, 4 Mar 2007 09:12:26 -0500 From: "Rafael J. Wysocki" To: Andrew Morton Subject: [PATCH] Kconfig: Update swsusp description Date: Sun, 4 Mar 2007 15:14:44 +0100 User-Agent: KMail/1.9.5 Cc: Pavel Machek , LKML MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703041514.44680.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Rafael J. Wysocki Update the outdated and inaccurate description of the software suspend in Kconfig. Signed-off-by: Rafael J. Wysocki --- kernel/power/Kconfig | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) Index: linux-2.6.21-rc2/kernel/power/Kconfig =================================================================== --- linux-2.6.21-rc2.orig/kernel/power/Kconfig 2007-02-28 23:54:45.000000000 +0100 +++ linux-2.6.21-rc2/kernel/power/Kconfig 2007-03-04 11:50:48.000000000 +0100 @@ -81,30 +81,35 @@ config SOFTWARE_SUSPEND bool "Software Suspend" depends on PM && SWAP && ((X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) ---help--- - Enable the possibility of suspending the machine. - It doesn't need ACPI or APM. - You may suspend your machine by 'swsusp' or 'shutdown -z