[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <alpine.LFD.1.10.0806251913090.3279@localhost.localdomain>
Date: Wed, 25 Jun 2008 19:16:15 -0400 (EDT)
From: Len Brown <lenb@...nel.org>
To: Zhang Rui <rui.zhang@...el.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Robert Hancock <hancockr@...w.ca>,
"Mark M. Hoffman" <mhoffman@...htlink.com>,
Rene Herman <rene.herman@...access.nl>,
Hans de Goede <j.w.r.degoede@....nl>,
Jean Delvare <khali@...ux-fr.org>, linux-acpi@...r.kernel.org,
lm-sensors@...sensors.org,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2.6.26-rc] ACPI Thermal Zone driver breaks lm-sensors 2
userspace
> +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.
-Len
> -#if defined(CONFIG_HWMON) || \
> - (defined(CONFIG_HWMON_MODULE) && defined(CONFIG_THERMAL_MODULE))
> +#if defined(CONFIG_THERMAL_HWMON)
> +
> /* hwmon sys I/F */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists