# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_ACPI[0m INT340x thermal drivers configuration # config [31mCONFIG_INT340X_THERMAL[0m tristate "ACPI INT340X thermal drivers" depends on [31mCONFIG_X86[0m && [31mCONFIG_ACPI[0m && [31mCONFIG_PCI[0m select [31mCONFIG_THERMAL_GOV_USER_SPACE[0m select [31mCONFIG_ACPI_THERMAL_REL[0m select [31mCONFIG_ACPI_FAN[0m select [31mCONFIG_INTEL_SOC_DTS_IOSF_CORE[0m help Newer laptops and tablets that use [31mCONFIG_ACPI[0m may have thermal sensors and other devices with thermal control capabilities outside the core CPU/SOC, for thermal safety reasons. They are exposed for the OS to use via the INT3400 [31mCONFIG_ACPI[0m device object as the master, and INT3401~INT340B [31mCONFIG_ACPI[0m device objects as the slaves. Enable this to expose the temperature information and cooling ability from these objects to userspace via the normal thermal framework. This means that a wide range of applications and GUI widgets can show the information to the user or use this information for making decisions. For example, the Intel Thermal Daemon can use this information to allow the user to select his laptop to run without turning on the fans. config [31mCONFIG_ACPI_THERMAL_REL[0m tristate depends on [31mCONFIG_ACPI[0m if [31mCONFIG_INT340X_THERMAL[0m config [31mCONFIG_INT3406_THERMAL[0m tristate "ACPI INT3406 display thermal driver" depends on [31mCONFIG_ACPI_VIDEO[0m help The display thermal device represents the LED/LCD display panel that may or may not include touch support. The main function of the display thermal device is to allow control of the display brightness in order to address a thermal condition or to reduce power consumed by display device. config [31mCONFIG_PROC_THERMAL_MMIO_RAPL[0m bool depends on [31mCONFIG_64BIT[0m depends on [31mCONFIG_POWERCAP[0m select [31mCONFIG_INTEL_RAPL_CORE[0m default y endif |