
driver inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/ICD4AE ----------------------------------------------- Enable the DEVFREQ subsys and the hisi_uncore_freq driver by default. It's now supported on Kunpeng SoCs, with an effort to dynamically control performance and power of the uncore domain from both kernel and userspace. Signed-off-by: Jie Zhan <zhanjie9@hisilicon.com> --- arch/arm64/configs/openeuler_defconfig | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 9723c76e56a6..42611bdfa61d 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -6757,7 +6757,22 @@ CONFIG_QCOM_KRYO_L2_ACCESSORS=y # end of Xilinx SoC drivers # end of SOC (System On Chip) specific Drivers -# CONFIG_PM_DEVFREQ is not set +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +# CONFIG_DEVFREQ_GOV_PASSIVE is not set + +# +# DEVFREQ Drivers +# +CONFIG_ARM_HISI_UNCORE_DEVFREQ=m +# CONFIG_PM_DEVFREQ_EVENT is not set CONFIG_EXTCON=y # -- 2.33.0