This adds the CPUFreq driver support for Freescale QorIQ SoCs
which are capable of changing the CPU's frequency dynamically.
+comment "P-state Boost Solutions"
+
+choice PSTATE
+ prompt "P-state Boost Solution"
+ default PSTATE_DISABLE
+ help
+ Default status of P-state boost is disable.
+
+config PSTATE_DISABLE
+ bool "disable"
+ help
+ This option sets P-state boost solution as disable.
+ If in doubt, set this config.
+
+config PSTATE_EXYNOS_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
+ bool "Exynos HAFM-TB"
+ help
+ This option sets P-state boost solution as HAFM-TB.
+
+endchoice
+
endif
endmenu
config ARM_EXYNOS_FF
bool "SAMSUNG EXYNOS FF(Frequency Filter) driver"
- depends on ARCH_EXYNOS && EXYNOS_HIU
- default n
+ depends on ARCH_EXYNOS && (PSTATE_EXYNOS_HAFM || PSTATE_EXYNOS_HAFM_TB)
+ default y
help
This adds the CPUFreq driver for exynos chipsets which needs
frequency filtering due to unnecessary frequency change request