Kconfig (31d1b7710262fba12282b24083f20dc76e0efc93) Kconfig (8636a1f9677db4f883f29a072f401303acfc2edd)
1#
2# Generic thermal sysfs drivers configuration
3#
4
5menuconfig THERMAL
6 tristate "Generic Thermal sysfs driver"
7 help
8 Generic Thermal Sysfs driver offers a generic mechanism for

--- 369 unchanged lines hidden (view full) ---

378 help
379 Enable this to register Intel Quark SoC (e.g. X1000) platform digital
380 temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
381 The DTS will be registered as a thermal zone. There are two trip points:
382 hot & critical. The critical trip point default value is set by
383 underlying BIOS/Firmware.
384
385menu "ACPI INT340X thermal drivers"
1#
2# Generic thermal sysfs drivers configuration
3#
4
5menuconfig THERMAL
6 tristate "Generic Thermal sysfs driver"
7 help
8 Generic Thermal Sysfs driver offers a generic mechanism for

--- 369 unchanged lines hidden (view full) ---

378 help
379 Enable this to register Intel Quark SoC (e.g. X1000) platform digital
380 temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
381 The DTS will be registered as a thermal zone. There are two trip points:
382 hot & critical. The critical trip point default value is set by
383 underlying BIOS/Firmware.
384
385menu "ACPI INT340X thermal drivers"
386source drivers/thermal/int340x_thermal/Kconfig
386source "drivers/thermal/int340x_thermal/Kconfig"
387endmenu
388
389config INTEL_BXT_PMIC_THERMAL
390 tristate "Intel Broxton PMIC thermal driver"
391 depends on X86 && INTEL_SOC_PMIC_BXTWC && REGMAP
392 help
393 Select this driver for Intel Broxton PMIC with ADC channels monitoring
394 system temperature measurements and alerts.

--- 98 unchanged lines hidden ---
387endmenu
388
389config INTEL_BXT_PMIC_THERMAL
390 tristate "Intel Broxton PMIC thermal driver"
391 depends on X86 && INTEL_SOC_PMIC_BXTWC && REGMAP
392 help
393 Select this driver for Intel Broxton PMIC with ADC channels monitoring
394 system temperature measurements and alerts.

--- 98 unchanged lines hidden ---