Skip to content

Commit

Permalink
cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
Browse files Browse the repository at this point in the history
Nothing prevents Tegra20 CPUFreq module to be unloaded, hence allow it to
be built as a non-builtin kernel module.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Dmitry Osipenko authored and Rafael J. Wysocki committed May 21, 2018
1 parent a413d2c commit 7732c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/Kconfig.arm
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ config ARM_TANGO_CPUFREQ
default y

config ARM_TEGRA20_CPUFREQ
bool "Tegra20 CPUFreq support"
tristate "Tegra20 CPUFreq support"
depends on ARCH_TEGRA
default y
help
Expand Down

0 comments on commit 7732c9e

Please sign in to comment.