]> Git Repo - linux.git/commitdiff
arm64: defconfig: Enable cpufreq for MediaTek
authorNícolas F. R. A. Prado <[email protected]>
Fri, 17 Dec 2021 15:44:52 +0000 (10:44 -0500)
committerMatthias Brugger <[email protected]>
Mon, 24 Jan 2022 16:58:42 +0000 (17:58 +0100)
The MediaTek CPUFreq driver provides control of CPU frequency/voltage
on MediaTek SoCs. Since there's no device-tree node to bind it to, the
driver needs to be enabled built-in. Enable it so.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
arch/arm64/configs/defconfig

index 6ce486a7f5695769e19a5700fbcc102ec9cbc2a0..6e7708e3f3fd79c7a9e20298e92102e136a35882 100644 (file)
@@ -96,6 +96,7 @@ CONFIG_ARM_QCOM_CPUFREQ_HW=y
 CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
 CONFIG_ARM_SCMI_CPUFREQ=y
 CONFIG_ARM_TEGRA186_CPUFREQ=y
+CONFIG_ARM_MEDIATEK_CPUFREQ=y
 CONFIG_QORIQ_CPUFREQ=y
 CONFIG_ARM_SCMI_PROTOCOL=y
 CONFIG_ARM_SCPI_PROTOCOL=y
This page took 0.055442 seconds and 4 git commands to generate.