From 850d922b1478b64522d263a1f22cfaf9be234926 Mon Sep 17 00:00:00 2001 From: Youngtae Lee Date: Fri, 15 Jun 2018 16:58:42 +0900 Subject: [PATCH] cpufre: Kconfig: Change and Add P-State boost config name change P-state boost name and add mode changer Change-Id: I4ffe10885ac81a63f0792a7c0c6491a0abb26ec6 Signed-off-by: Youngtae Lee --- drivers/cpufreq/Kconfig | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index ad9b6034b75a..e0d324cd293f 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -354,30 +354,38 @@ config QORIQ_CPUFREQ comment "P-state Boost Solutions" -choice PSTATE +choice EXYNOS_PSTATE prompt "P-state Boost Solution" - default PSTATE_DISABLE + default EXYNOS_PSTATE_DISABLE + depends on ARCH_EXYNOS + depends on CPU_FREQ help Default status of P-state boost is disable. -config PSTATE_DISABLE +config EXYNOS_PSTATE_DISABLE bool "disable" help This option sets P-state boost solution as disable. If in doubt, set this config. -config PSTATE_EXYNOS_HAFM +config EXYNOS_PSTATE_HAFM bool "Exynos HAFM" help This option sets P-state boost solution as HAFM. The config makes HIU just deliver frequency level and power budget given from CPUFreq driver and register set. -config PSTATE_EXYNOS_HAFM_TB +config EXYNOS_PSTATE_HAFM_TB bool "Exynos HAFM-TB" help This option sets P-state boost solution as HAFM-TB. +config EXYNOS_PSTATE_MODE_CHANGER + bool "Exynos Mode Changer" + depends on HOTPLUG_CPU + help + This option sets P-state boost solution as EMC. + endchoice endif -- 2.20.1