@@ -808,6 +808,16 @@ config CPU_CONCURRENCY
load balancing for power efficiency without sacrificing performance.
If unsure say N here.
+config WORKLOAD_CONSOLIDATION
+ bool "CPU Workload Consolidation"
+ default n
+ depends on CPU_CONCURRENCY
+ ---help---
+ CPU Workload Consolidation is a new CPU PM module, which uses the CPU
+ concurrency of the CPU, and allows asymmetric concurrency across CPUs to
+ reduce the SW and HW overhead to increase load balance efficiency and
+ conserve energy. If unsure say N here.
+
source "kernel/Kconfig.preempt"
config X86_UP_APIC
Signed-off-by: Yuyang Du <yuyang.du@intel.com> --- arch/x86/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+)