Skip to content

Commit 109e13e

Browse files
dezgegthierryreding
authored andcommitted
cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreq
The Tegra124 will use a different driver for frequency scaling, so rename the old driver (which handles only Tegra20) appropriately. Signed-off-by: Tuomas Tynkkynen <[email protected]> Signed-off-by: Mikko Perttunen <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 135796c commit 109e13e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

drivers/cpufreq/Kconfig.arm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@ config ARM_SPEAR_CPUFREQ
247247
help
248248
This adds the CPUFreq driver support for SPEAr SOCs.
249249

250-
config ARM_TEGRA_CPUFREQ
251-
bool "TEGRA CPUFreq support"
250+
config ARM_TEGRA20_CPUFREQ
251+
bool "Tegra20 CPUFreq support"
252252
depends on ARCH_TEGRA
253253
default y
254254
help
255-
This adds the CPUFreq driver support for TEGRA SOCs.
255+
This adds the CPUFreq driver support for Tegra20 SOCs.
256256

257257
config ARM_PXA2xx_CPUFREQ
258258
tristate "Intel PXA2xx CPUfreq driver"

drivers/cpufreq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ obj-$(CONFIG_ARM_S5PV210_CPUFREQ) += s5pv210-cpufreq.o
7676
obj-$(CONFIG_ARM_SA1100_CPUFREQ) += sa1100-cpufreq.o
7777
obj-$(CONFIG_ARM_SA1110_CPUFREQ) += sa1110-cpufreq.o
7878
obj-$(CONFIG_ARM_SPEAR_CPUFREQ) += spear-cpufreq.o
79-
obj-$(CONFIG_ARM_TEGRA_CPUFREQ) += tegra-cpufreq.o
79+
obj-$(CONFIG_ARM_TEGRA20_CPUFREQ) += tegra20-cpufreq.o
8080
obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
8181

8282
##################################################################################
File renamed without changes.

0 commit comments

Comments
 (0)