From: Hoegeun Kwon Date: Thu, 4 May 2023 07:50:32 +0000 (+0900) Subject: RISCV: configs: Enable cpufreq defconfig X-Git-Tag: accepted/tizen/unified/riscv/20230718.024919~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04d8a02877d24c25d31b6923fc51a168b5649d8e;p=platform%2Fkernel%2Flinux-starfive.git RISCV: configs: Enable cpufreq defconfig Enable cpufreq defconfig. Set default gov is ondemand. Change-Id: I0c6ec29322e1e846d81e686528ac4c825b81287e Signed-off-by: Hoegeun Kwon --- diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index 06418be03f08..f055ae2338c8 100644 --- a/arch/riscv/configs/tizen_vf2_defconfig +++ b/arch/riscv/configs/tizen_vf2_defconfig @@ -33,6 +33,14 @@ CONFIG_SMP=y CONFIG_HOTPLUG_CPU=y CONFIG_PM=y CONFIG_CPU_IDLE=y +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y +CONFIG_CPUFREQ_DT=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=m CONFIG_JUMP_LABEL=y