From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 5 Dec 2002 15:58:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 5 Dec 2002 15:57:45 -0500 Received: from [195.39.17.254] ([195.39.17.254]:15876 "EHLO Elf.ucw.cz") by vger.kernel.org with ESMTP id ; Thu, 5 Dec 2002 15:57:03 -0500 Date: Wed, 4 Dec 2002 13:59:54 +0100 From: Pavel Machek To: torvalds@transmeta.com, kernel list Subject: swsusp & acpi_sleep: configuration issues Message-ID: <20021204125954.GA8199@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Warning: Reading this can be dangerous to your mental health. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! This moves CONFIG_SOFTWARE_SUSPEND where it belongs, and makes ACPI_SLEEP depend on it to prevent compile problems. Please apply, Pavel --- clean/arch/i386/Kconfig 2002-11-29 21:16:30.000000000 +0100 +++ linux-swsusp/arch/i386/Kconfig 2002-11-29 21:29:34.000000000 +0100 @@ -789,8 +789,6 @@ menu "Power management options (ACPI, APM)" -source "drivers/acpi/Kconfig" - config PM bool "Power Management support" ---help--- @@ -811,6 +809,37 @@ will issue the hlt instruction if nothing is to be done, thereby sending the processor to sleep and saving power. +config SOFTWARE_SUSPEND + bool "Software Suspend (EXPERIMENTAL)" + depends on EXPERIMENTAL && PM + ---help--- + Enable the possibilty of suspendig machine. It doesn't need APM. + You may suspend your machine by 'swsusp' or 'shutdown -z