diff options
author | Zhang Rui <rui.zhang@intel.com> | 2014-03-14 05:45:05 +0100 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-10-10 07:57:09 +0200 |
commit | 816cab931f288c92a3404b1b984576f4822b0445 (patch) | |
tree | f09e5a1e9124056e086e53fbbea39bbf2d9acf32 /drivers/thermal/Kconfig | |
parent | ACPI: add ACPI_TYPE_LOCAL_REFERENCE support to acpi_extract_package() (diff) | |
download | linux-816cab931f288c92a3404b1b984576f4822b0445.tar.xz linux-816cab931f288c92a3404b1b984576f4822b0445.zip |
Thermal: introduce int3400 thermal driver
Introduce int3400 thermal driver. And make INT3400 driver
enumerate the other int340x thermal components shown in _ART/_TRT.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 2ff7416ca930..6f5a87a8f19f 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -235,7 +235,7 @@ config INTEL_SOC_DTS_THERMAL was set by the driver based on the TJ MAX temperature. config INT340X_THERMAL - bool + tristate "ACPI INT340X thermal drivers" depends on X86 && ACPI help Newer laptops and tablets that use ACPI may have thermal sensors and |