> +config THERMAL_HWMON
quoted text > + 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
quoted text > -#if defined(CONFIG_HWMON) || \
> - (defined(CONFIG_HWMON_MODULE) && defined(CONFIG_THERMAL_MODULE))
> +#if defined(CONFIG_THERMAL_HWMON)
> +
> /* hwmon sys I/F */
--
unsubscribe notice 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/
Messages in current thread:
Re: [PATCH 2.6.26-rc] ACPI Thermal Zone driver breaks lm-s ... , Len Brown , (Wed Jun 25, 4:16 pm)