Signed-off-by: Yuyang Du <yuyang...@intel.com>
---
 arch/x86/Kconfig |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9bfac8d..0999c16 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -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
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to