Skip to content

Commit 4a1e3bf

Browse files
webgeek1234vireshk
authored andcommitted
cpufreq: tegra194: Allow building for Tegra234
Support was added for Tegra234 in the referenced commit, but the Kconfig was not updated to allow building for the arch. Fixes: 273bc89 ("cpufreq: tegra194: Add support for Tegra234") Signed-off-by: Aaron Kling <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent f2d3294 commit 4a1e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/Kconfig.arm

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

255255
config ARM_TEGRA194_CPUFREQ
256256
tristate "Tegra194 CPUFreq support"
257-
depends on ARCH_TEGRA_194_SOC || (64BIT && COMPILE_TEST)
257+
depends on ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || (64BIT && COMPILE_TEST)
258258
depends on TEGRA_BPMP
259259
default y
260260
help

0 commit comments

Comments
 (0)