aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorNĂ­colas F. R. A. Prado <nfraprado@collabora.com>2021-12-17 10:44:52 -0500
committerMatthias Brugger <matthias.bgg@gmail.com>2022-01-24 17:58:42 +0100
commit5243fc3f7395985ce06af0500c94b50a21191716 (patch)
treebddace90cdc9157a9bd968c24f7a793a02bc5bb1 /arch/arm64/configs
parentarm64: defconfig: Enable MT6397 RTC (diff)
downloadwireguard-linux-5243fc3f7395985ce06af0500c94b50a21191716.tar.xz
wireguard-linux-5243fc3f7395985ce06af0500c94b50a21191716.zip
arm64: defconfig: Enable cpufreq for MediaTek
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 <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20211217154452.868419-1-nfraprado@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6ce486a7f569..6e7708e3f3fd 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -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