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/20230725.071352~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7fffc245e4a229592407bb410aa232558252e48;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 06418be..f055ae2 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