The THERMAL_HWMON config option simply exposes the thermal zone temperature values and limits to user-space. It makes no sense for a kernel driver to depend on this.
Signed-off-by: Jean Delvare <[email protected]> Cc: Peter Feuerer <[email protected]> Cc: Matthew Garrett <[email protected]> --- drivers/platform/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.39-rc4.orig/drivers/platform/x86/Kconfig 2011-04-22 18:53:05.000000000 +0200 +++ linux-2.6.39-rc4/drivers/platform/x86/Kconfig 2011-04-24 10:46:59.000000000 +0200 @@ -39,7 +39,7 @@ config ACER_WMI config ACERHDF tristate "Acer Aspire One temperature and fan driver" - depends on THERMAL && THERMAL_HWMON && ACPI + depends on THERMAL && ACPI ---help--- This is a driver for Acer Aspire One netbooks. It allows to access the temperature sensor and to control the fan. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
