summaryrefslogtreecommitdiff
path: root/src/drivers/acpi/thermal_zone/Kconfig
blob: afe4fad796452d06014202637ae10cecf6f8417c (plain)
1
2
3
4
5
6
7
8
9
## SPDX-License-Identifier: GPL-2.0-only

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.