summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-06-19 15:43:29 +0800
committerZhang Rui <rui.zhang@intel.com>2014-10-17 14:30:41 +0800
commitd8054749c6795073cb427465a726213d45898f68 (patch)
tree8639e01d8b4e1c216c09d12fae1e4a887add3edf /drivers/acpi/Kconfig
parent6306e68a63f26219f3b1f948e96ba387ddccb272 (diff)
downloadop-kernel-dev-d8054749c6795073cb427465a726213d45898f68.zip
op-kernel-dev-d8054749c6795073cb427465a726213d45898f68.tar.gz
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>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index d0f3265..b23fe37 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -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
OpenPOWER on IntegriCloud