Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272539AbTHEH0r (ORCPT ); Tue, 5 Aug 2003 03:26:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272548AbTHEH0r (ORCPT ); Tue, 5 Aug 2003 03:26:47 -0400 Received: from louise.pinerecords.com ([213.168.176.16]:16034 "EHLO louise.pinerecords.com") by vger.kernel.org with ESMTP id S272539AbTHEH0i (ORCPT ); Tue, 5 Aug 2003 03:26:38 -0400 Date: Tue, 5 Aug 2003 09:26:31 +0200 From: Tomas Szepe To: torvalds@osdl.org Cc: lkml Subject: [TRIVIAL] sanitize power management config menus, take two Message-ID: <20030805072631.GC5876@louise.pinerecords.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 6788 Lines: 194 Resend: patch against test2-bk4. Sanitize power management config menus, take two. -- Tomas Szepe diff -urN a/arch/i386/Kconfig b/arch/i386/Kconfig --- a/arch/i386/Kconfig 2003-07-14 09:38:20.000000000 +0200 +++ b/arch/i386/Kconfig 2003-07-27 13:57:09.000000000 +0200 @@ -797,11 +797,11 @@ endmenu -menu "Power management options (ACPI, APM)" +menu "Power management support" depends on !X86_VOYAGER config PM - bool "Power Management support" + bool "Power management support" ---help--- "Power Management" means that parts of your computer are shut off or put into a power conserving "sleep" mode if they are not @@ -820,34 +820,7 @@ 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 && SWAP - ---help--- - Enable the possibilty of suspendig machine. It doesn't need APM. - You may suspend your machine by 'swsusp' or 'shutdown -z