From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754504AbYCRCZg (ORCPT ); Mon, 17 Mar 2008 22:25:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751882AbYCRCZ0 (ORCPT ); Mon, 17 Mar 2008 22:25:26 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:59040 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbYCRCZ0 (ORCPT ); Mon, 17 Mar 2008 22:25:26 -0400 Date: Mon, 17 Mar 2008 19:25:03 -0700 (PDT) From: Linus Torvalds To: Len Brown cc: Heiko Carstens , Andrew Morton , Zhang Rui , Len Brown , linux-kernel@vger.kernel.org, Martin Schwidefsky , Sam Ravnborg Subject: Re: [PATCH] thermal: fix Kconfig dependencies In-Reply-To: <200803171459.10656.lenb@kernel.org> Message-ID: References: <20080317095845.GA6500@osiris.boeblingen.de.ibm.com> <20080317184339.GA3754@osiris.boeblingen.de.ibm.com> <200803171459.10656.lenb@kernel.org> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Mar 2008, Len Brown wrote: > > Similarly, ACPI_THERMAL should not depend on THERMAL, > instead the code that registers with THERMAL should > simply depend on if THERMAL is selected or not. > > Also, the "default y" should go. > > I'll tinker with this a bit after lunch. Hmm.. It looks like the same commit that caused these Kconfig issues is also the one that causes the problems with lmsensors (I didn't immediately realize that it's the exact same commit). I think that right now the right thing to do is to just revert it, since apparently there won't be a released lmsensors version by the time 2.6.25 gets released that can handle the new sysfs layout, and that we should give this some more time to be resolved. So I'm inclined to revert commit 3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9 and plan on revisiting this for 2.6.26. I already got an ack for that from Jean Delvare, but I thought I'd mention it in this thread too before I actually do the final revert. Any really strong objections? Linus