--- zzzz-none-000/linux-5.15.111/drivers/thermal/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/drivers/thermal/Kconfig 2024-02-07 10:23:21.000000000 +0000 @@ -493,4 +493,23 @@ If you say yes here you get support for the FAN controlled by the Microcontroller found on the Khadas VIM boards. +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