^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config INTEL_POWERCLAMP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "Intel PowerClamp idle injection driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on X86
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) depends on CPU_SUP_INTEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Enable this to enable Intel PowerClamp idle injection driver. This
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) enforce idle time which results in more package C-state residency. The
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) user interface is exposed via generic thermal framework.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config X86_PKG_TEMP_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) tristate "X86 package temperature thermal driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) depends on X86_THERMAL_VECTOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) select THERMAL_GOV_USER_SPACE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) select THERMAL_WRITABLE_TRIPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) default m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Enable this to register CPU digital sensor for package temperature as
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) thermal zone. Each package will have its own thermal zone. There are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) two trip points which can be set by user to get notifications via thermal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) notification methods.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config INTEL_SOC_DTS_IOSF_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) depends on X86 && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) select IOSF_MBI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) This is becoming a common feature for Intel SoCs to expose the additional
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) digital temperature sensors (DTSs) using side band interface (IOSF). This
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) implements the common set of helper functions to register, get temperature
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) and get/set thresholds on DTSs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) config INTEL_SOC_DTS_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) tristate "Intel SoCs DTS thermal driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) depends on X86 && PCI && ACPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) select INTEL_SOC_DTS_IOSF_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) select THERMAL_WRITABLE_TRIPS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) temperature sensor (DTS). These SoCs have two additional DTSs in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) addition to DTSs on CPU cores. Each DTS will be registered as a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) thermal zone. There are two trip points. One of the trip point can
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) be set by user mode programs to get notifications via Linux thermal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) notification methods.The other trip is a critical trip point, which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) was set by the driver based on the TJ MAX temperature.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) config INTEL_QUARK_DTS_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) tristate "Intel Quark DTS thermal driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) depends on X86_INTEL_QUARK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) Enable this to register Intel Quark SoC (e.g. X1000) platform digital
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) The DTS will be registered as a thermal zone. There are two trip points:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) hot & critical. The critical trip point default value is set by
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) underlying BIOS/Firmware.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) menu "ACPI INT340X thermal drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) source "drivers/thermal/intel/int340x_thermal/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) endmenu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) config INTEL_BXT_PMIC_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) tristate "Intel Broxton PMIC thermal driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) depends on X86 && INTEL_SOC_PMIC_BXTWC && REGMAP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) Select this driver for Intel Broxton PMIC with ADC channels monitoring
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) system temperature measurements and alerts.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) This driver is used for monitoring the ADC channels of PMIC and handles
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) the alert trip point interrupts and notifies the thermal framework with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) the trip point and temperature details of the zone.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) config INTEL_PCH_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) tristate "Intel PCH Thermal Reporting Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) depends on X86 && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) Enable this to support thermal reporting on certain intel PCHs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76) Thermal reporting device will provide temperature reading,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) programmable trip points and other information.