repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cpu/intel: Add socket types
[coreboot2.git]
/
src
/
drivers
/
acpi
/
thermal_zone
/
Kconfig
blob
afe4fad796452d06014202637ae10cecf6f8417c
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config DRIVERS_ACPI_THERMAL_ZONE
4
bool
5
default n
6
depends on HAVE_ACPI_TABLES
7
help
8
Adds a chip driver that generates ACPI ThermalZones. See the chapter
9
on Thermal Management in the ACPI specification.