Skip to content

Commit 8655a4e

Browse files
nehebvireshk
authored andcommitted
cpufreq: tegra194: remove COMPILE_TEST
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>
1 parent d6f8e0e commit 8655a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cpufreq/Kconfig.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ config ARM_TEGRA186_CPUFREQ
248248

249249
config ARM_TEGRA194_CPUFREQ
250250
tristate "Tegra194 CPUFreq support"
251-
depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || (64BIT && COMPILE_TEST)
251+
depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
252252
depends on TEGRA_BPMP
253253
default ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
254254
help

0 commit comments

Comments
 (0)