--- zzzz-none-000/linux-4.9.279/drivers/thermal/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/drivers/thermal/Kconfig 2023-02-08 11:43:42.000000000 +0000 @@ -434,4 +434,23 @@ source "drivers/thermal/qcom/Kconfig" endmenu +config PUMA_THERMAL_USE_IOSF_PRIMARY + tristate "Puma Thermal driver to use IOSF primary" + depends on PUMA_THERMAL + depends on PCI + default y + help + This option enables IOSF primary thermal register access support for + Puma. + +config PUMA_THERMAL + bool "PUMA thermal management" + depends on X86_PUMA7 + depends on X86 + default y + help + Adds PUMA thermal management implementation according to the thermal + management framework. A thermal zone with several trip points will be + created. + endif