From b078772d301e680028c709f29ba344e537d90e8c Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Thu, 10 Mar 2016 16:08:27 +0800 Subject: [PATCH] arm64: configs: rockchip_defconfig add DEVFREQ Governors Change-Id: Iea6985da7a0f080b9949715a55326a9ece8f0ed9 Signed-off-by: Feng Xiao --- arch/arm64/configs/rockchip_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 6057c7c0b552..e2707f9e5cca 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -508,6 +508,10 @@ CONFIG_RK_IOMMU=y CONFIG_RK_IOVMM=y CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_PM_DEVFREQ=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_USERSPACE=y CONFIG_IIO=y CONFIG_ROCKCHIP_SARADC=y CONFIG_PWM=y -- 2.34.1