summaryrefslogtreecommitdiff
path: root/src/drivers/acpi/thermal_zone/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/acpi/thermal_zone/Kconfig')
-rw-r--r--src/drivers/acpi/thermal_zone/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/acpi/thermal_zone/Kconfig b/src/drivers/acpi/thermal_zone/Kconfig
new file mode 100644
index 0000000000..5deace4c50
--- /dev/null
+++ b/src/drivers/acpi/thermal_zone/Kconfig
@@ -0,0 +1,7 @@
+config DRIVERS_ACPI_THERMAL_ZONE
+ bool
+ default n
+ depends on HAVE_ACPI_TABLES
+ help
+ Adds a chip driver that generates ACPI ThermalZones. See the chapter
+ on Thermal Management in the ACPI specification.