Skip to content

Commit

Permalink
feat: add cpu scaling for rpi
Browse files Browse the repository at this point in the history
This PR ensures we support scaling CPU on the rpi. Results in 3x the amount of CPU events processed each second!

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
(cherry picked from commit 7a89c26)
  • Loading branch information
rsmitty authored and talos-bot committed Apr 15, 2021
1 parent b636cac commit 5dd650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ CONFIG_ARM_BRCMSTB_AVS_CPUFREQ=y
CONFIG_ARM_IMX_CPUFREQ_DT=y
# CONFIG_ARM_MEDIATEK_CPUFREQ is not set
CONFIG_ARM_QCOM_CPUFREQ_HW=y
# CONFIG_ARM_RASPBERRYPI_CPUFREQ is not set
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
CONFIG_ARM_SCMI_CPUFREQ=y
CONFIG_QORIQ_CPUFREQ=y
# end of CPU Frequency scaling
Expand Down

0 comments on commit 5dd650b

Please sign in to comment.