On 30.06.2025 10:24, Jan Beulich wrote: > On 16.06.2025 08:41, Penny Zheng wrote: >> --- a/xen/common/Kconfig >> +++ b/xen/common/Kconfig >> @@ -620,4 +620,12 @@ config SYSCTL >> >> endmenu >> >> +config PM_OP >> + bool "Enable Performance Management Operation" >> + depends on ACPI && HAS_CPUFREQ && SYSCTL >> + default y > > Btw, doesn't this also require adding an override to pvshim_defconfig? And > the similarly for PM_STATS in the next patch?
Not sure though whether that needs doing here or in the !PV_SHIM_EXCLUSIVE, once that was moved to near the end of the series. Jan