Intel x86 platform thermal management drivers
Thermal sensors and throttling controls built into Intel x86 processors and chipsets, covering CPU package temperature readouts, PCH and SoC thermal zones, and the ACPI INT340x platform thermal framework that laptops and tablets use to manage skin temperature and power limits. These chips ship in nearly all current Intel desktops, laptops, and servers.
recommendation
It should stay because these drivers handle thermal monitoring and throttling on essentially every modern Intel client and server system, from package temperature sensors to ACPI INT340x platform thermal interfaces. Upstream activity is healthy through 2025 and 2026, including new-platform enablement for Wildcat Lake and ongoing stable backports, so there is no sign of deprecation.
repository signals
sources
- lore.kernel.org
Upstream still lands enablement for new Intel platforms here: a 2025 linux-pm patch enables the int340x power-slider interface for Wildcat Lake.
- lore.kernel.org
The x86 package-temperature driver in this directory received a 2026 stable backport fixing invalid temperature handling, showing active maintenance rather than abandonment.
- lore.kernel.org
This directory was included in a 2025 thermal-core integration series, indicating continued subsystem work rather than removal.
- git.kernel.org
Mainline still carries a dedicated Intel thermal driver menu covering package, PCH, SoC, and ACPI INT340x thermal support in this directory.
codex reasoning notes (technical)
Real driver directory confirmed locally via exec_command: multiple module_*_driver/module_init entry points and PCI/ACPI/x86cpu device tables. lore_file_timeline on x86_pkg_temp_thermal.c and int340x_thermal/processor_thermal_device_pci.c showed sustained 2021-2026 traffic, including 2025 new-platform enablement and 2026 stable fixes; no removal/deprecation signal was found, and a removal-focused lore_regex attempt timed out rather than producing evidence. Wildcat Lake enablement strongly suggests ongoing relevance for new Intel systems; deployment remains high because these drivers cover mainstream Intel client/platform thermal reporting rather than a narrow legacy niche. kernel.org Kconfig URL is canonical recall; lore URLs were obtained from lore_file_timeline.