Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932117AbVLTVVg (ORCPT ); Tue, 20 Dec 2005 16:21:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932125AbVLTVVg (ORCPT ); Tue, 20 Dec 2005 16:21:36 -0500 Received: from mx1.redhat.com ([66.187.233.31]:58547 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S932117AbVLTVVf (ORCPT ); Tue, 20 Dec 2005 16:21:35 -0500 Date: Tue, 20 Dec 2005 16:21:27 -0500 From: Dave Jones To: torvalds@osdl.org Cc: linux-kernel@vger.kernel.org Subject: remove incorrect dependancy on CONFIG_APM Message-ID: <20051220212127.GA6833@redhat.com> Mail-Followup-To: Dave Jones , torvalds@osdl.org, linux-kernel@vger.kernel.org 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: 887 Lines: 25 >From the PM_LEGACY Kconfig description.. "Support for pm_register() and friends." Note, no mention of 'make apm stop working'. Signed-off-by: Dave Jones --- linux-2.6.14/arch/i386/Kconfig~ 2005-12-20 16:19:17.000000000 -0500 +++ linux-2.6.14/arch/i386/Kconfig 2005-12-20 16:19:21.000000000 -0500 @@ -710,7 +710,7 @@ depends on PM && !X86_VISWS config APM tristate "APM (Advanced Power Management) BIOS support" - depends on PM && PM_LEGACY + depends on PM ---help--- APM is a BIOS specification for saving power using several different techniques. This is mostly useful for battery powered laptops with - 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/