aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-01-23 19:38:31 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-01-24 21:13:42 +0100
commit7a0e39748861272e6f4b088d5a7e7ffa53c4d5eb (patch)
treeb1edac014e54af7e69521e212523dea1bb55ed25 /drivers/thermal/Kconfig
parentthermal: intel: intel_pch: Add support for Wellsburg PCH (diff)
downloadlinux-stable-7a0e39748861272e6f4b088d5a7e7ffa53c4d5eb.tar.xz
linux-stable-7a0e39748861272e6f4b088d5a7e7ffa53c4d5eb.zip
thermal: ACPI: Add ACPI trip point routines
Add library routines to populate a generic thermal trip point structure with data obtained by evaluating a specific object in the ACPI Namespace. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Co-developed-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index e052dae614eb..eaeb2b2ee6e9 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -76,6 +76,10 @@ config THERMAL_OF
Say 'Y' here if you need to build thermal infrastructure
based on device tree.
+config THERMAL_ACPI
+ depends on ACPI
+ bool
+
config THERMAL_WRITABLE_TRIPS
bool "Enable writable trip points"
help