]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cpufreq: tegra194: Allow building for Tegra234
authorAaron Kling <webgeek1234@gmail.com>
Wed, 26 Feb 2025 18:51:59 +0000 (12:51 -0600)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 4 Mar 2025 10:45:25 +0000 (16:15 +0530)
Support was added for Tegra234 in the referenced commit, but the Kconfig
was not updated to allow building for the arch.

Fixes: 273bc890a2a8 ("cpufreq: tegra194: Add support for Tegra234")
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig.arm

index 9e46960f6a862b8b686a79bf3c20f1024ce3d02d..4f9cb943d945c244eb2b29f543d14df6cac4e5d4 100644 (file)
@@ -254,7 +254,7 @@ config ARM_TEGRA186_CPUFREQ
 
 config ARM_TEGRA194_CPUFREQ
        tristate "Tegra194 CPUFreq support"
-       depends on ARCH_TEGRA_194_SOC || (64BIT && COMPILE_TEST)
+       depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || (64BIT && COMPILE_TEST)
        depends on TEGRA_BPMP
        default y
        help