Skip to content

Commit 7732c9e

Browse files
digetxrafaeljw
authored andcommitted
cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
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 <[email protected]> Acked-by: Viresh Kumar <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent a413d2c commit 7732c9e

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
@@ -264,7 +264,7 @@ config ARM_TANGO_CPUFREQ
264264
default y
265265

266266
config ARM_TEGRA20_CPUFREQ
267-
bool "Tegra20 CPUFreq support"
267+
tristate "Tegra20 CPUFreq support"
268268
depends on ARCH_TEGRA
269269
default y
270270
help

0 commit comments

Comments
 (0)