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