--- zzzz-none-000/linux-4.4.271/drivers/cpufreq/Kconfig.arm 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/cpufreq/Kconfig.arm 2023-04-19 10:22:28.000000000 +0000 @@ -95,6 +95,15 @@ depends on ARCH_OMAP2PLUS default ARCH_OMAP2PLUS +config ARM_QCOM_CPUFREQ + tristate "Qualcomm based" + depends on ARCH_QCOM + select PM_OPP + help + This adds the CPUFreq driver for Qualcomm SoC based boards. + + If in doubt, say N. + config ARM_S3C_CPUFREQ bool help @@ -255,3 +264,13 @@ support for its operation. If in doubt, say N. + +config ARM_QTI_IPQ60XX_CPUFREQ + tristate "CPUFreq driver support for Qualcomm technologies Inc IPQ60XX" + depends on ARCH_QCOM + select PM_OPP + default y + help + This adds cpufreq driver support for Qualcomm technologies Inc IPQ60XX SoCs. + + If in doubt, say N.