Thermal: int340x thermal: select ACPI fan driver
authorZhang Rui <rui.zhang@intel.com>
Thu, 19 Jun 2014 07:43:29 +0000 (15:43 +0800)
committerZhang Rui <rui.zhang@intel.com>
Fri, 17 Oct 2014 06:30:41 +0000 (14:30 +0800)
we share the same driver for both ACPI predefined Fan device
and INT3404 Fan device, thus we should select the ACPI Fan
driver when int340x thermal drivers are enabeld.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/acpi/Kconfig
drivers/thermal/Kconfig

index d0f3265..b23fe37 100644 (file)
@@ -144,7 +144,7 @@ config ACPI_VIDEO
 
 config ACPI_FAN
        tristate "Fan"
-       select THERMAL
+       depends on THERMAL
        default y
        help
          This driver supports ACPI fan devices, allowing user-mode
Simple merge