Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756353AbYFYXiT (ORCPT ); Wed, 25 Jun 2008 19:38:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754184AbYFYXiB (ORCPT ); Wed, 25 Jun 2008 19:38:01 -0400 Received: from smtpq1.groni1.gr.home.nl ([213.51.130.200]:57555 "EHLO smtpq1.groni1.gr.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753873AbYFYXiA (ORCPT ); Wed, 25 Jun 2008 19:38:00 -0400 Message-ID: <4862D704.80607@keyaccess.nl> Date: Thu, 26 Jun 2008 01:38:44 +0200 From: Rene Herman User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Len Brown CC: Zhang Rui , Linus Torvalds , Robert Hancock , "Mark M. Hoffman" , Hans de Goede , Jean Delvare , linux-acpi@vger.kernel.org, lm-sensors@lm-sensors.org, Linux Kernel Subject: Re: [PATCH 2.6.26-rc] ACPI Thermal Zone driver breaks lm-sensors 2 userspace References: <48605935.5070407@shaw.ca> <1214279258.3001.76.camel@rzhang-dt.sh.intel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.5 (/) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 28 On 26-06-08 01:16, Len Brown wrote: > >> +config THERMAL_HWMON >> + bool "Hardware monitoring support" >> + depends on HWMON=y || HWMON=THERMAL > > > for > CONFIG_HWMON=m > CONFIG_THERMAL=y > CONFIG_THERMAL_HWMON=n, always. > > This is not a change to the logic of the existing ifdefs, > but was wondering if this was your intent, Rui. My intentioon in this case. Yes, this should be. THERMAL_HWMON is a bool (as in, not a tristate) that just changes THERMAL. If THERMAL=y, we need HWMON=y or we'd get a link failure. If THERMAL=m, we're okay with either HWMON=y and HWMON=m and if THERMAL=n, we don't care one hoot about THERMAL_HWMON... Rene. -- 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/