ARM: rockchip: enable cpufreq-related options
From: Heiko Stuebner <heiko@...> Date: Fri, 5 Sep 2014 22:12:26 +0200
Commit-Message
Enable ARCH_HAS_CPUFREQ and ARCH_HAS_OPP. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-rockchip/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
Statistics
- 2 lines added
- 0 lines removed
Changes
------------------------ arch/arm/mach-rockchip/Kconfig ------------------------
index d168669..007e9dd 100644
@@ -2,6 +2,8 @@ config ARCH_ROCKCHIP
bool "Rockchip RK2928 and RK3xxx SOCs" if ARCH_MULTI_V7
select PINCTRL
select PINCTRL_ROCKCHIP
+ select ARCH_HAS_CPUFREQ
+ select ARCH_HAS_OPP
select ARCH_HAS_RESET_CONTROLLER
select ARCH_REQUIRE_GPIOLIB
select ARM_GIC