]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cpufreq: tegra194: remove COMPILE_TEST
authorRosen Penev <rosenp@gmail.com>
Wed, 18 Mar 2026 19:12:33 +0000 (12:12 -0700)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 20 Mar 2026 05:33:33 +0000 (11:03 +0530)
The driver needs architecture specific headers to build. Problem gets
exposed when TEGRA_BPMP gets COMPILE_TEST added to it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/Kconfig.arm

index 4014bc9dd73a261d1f0667a7533fc199d76457f1..47c9b031f1b3b83831390711fe449d5f9cc5281e 100644 (file)
@@ -248,7 +248,7 @@ config ARM_TEGRA186_CPUFREQ
 
 config ARM_TEGRA194_CPUFREQ
        tristate "Tegra194 CPUFreq support"
-       depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || (64BIT && COMPILE_TEST)
+       depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
        depends on TEGRA_BPMP
        default ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
        help