>>> On 09.11.17 at 18:09, <[email protected]> wrote: > --- a/xen/drivers/cpufreq/Kconfig > +++ b/xen/drivers/cpufreq/Kconfig > @@ -1,3 +1,6 @@ > > config HAS_CPUFREQ > bool > + > +config HAS_CPU_TURBO > + bool
This is about cpufreq, so HAS_CPUFREQ_TURBO please. Also please try to limit the number of #ifdef-s, perhaps by way of introducing a few helpers (ending up empty without that setting enabled). Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
