Jelajahi Sumber

Thermal: int340x thermal: select ACPI fan driver

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>
Zhang Rui 11 tahun lalu
induk
melakukan
d8054749c6
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 1
      drivers/acpi/Kconfig
  2. 1 0
      drivers/thermal/Kconfig

+ 1 - 1
drivers/acpi/Kconfig

@@ -144,7 +144,7 @@ config ACPI_VIDEO
 
 
 config ACPI_FAN
 config ACPI_FAN
 	tristate "Fan"
 	tristate "Fan"
-	select THERMAL
+	depends on THERMAL
 	default y
 	default y
 	help
 	help
 	  This driver supports ACPI fan devices, allowing user-mode
 	  This driver supports ACPI fan devices, allowing user-mode

+ 1 - 0
drivers/thermal/Kconfig

@@ -224,6 +224,7 @@ config INT340X_THERMAL
 	depends on X86 && ACPI
 	depends on X86 && ACPI
 	select THERMAL_GOV_USER_SPACE
 	select THERMAL_GOV_USER_SPACE
 	select ACPI_THERMAL_REL
 	select ACPI_THERMAL_REL
+	select ACPI_FAN
 	help
 	help
 	  Newer laptops and tablets that use ACPI may have thermal sensors and
 	  Newer laptops and tablets that use ACPI may have thermal sensors and
 	  other devices with thermal control capabilities outside the core
 	  other devices with thermal control capabilities outside the core