Skip to content

Commit

Permalink
[CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristate
Browse files Browse the repository at this point in the history
CPU_FREQ_TABLE enables helper code and gets select'ed when it's required.

Building it as a module when it's not required doesn't seem to make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Adrian Bunk authored and Dave Jones committed Feb 11, 2007
1 parent 56463b7 commit f0ec313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config CPU_FREQ
if CPU_FREQ

config CPU_FREQ_TABLE
def_tristate m
tristate

config CPU_FREQ_DEBUG
bool "Enable CPUfreq debugging"
Expand Down

0 comments on commit f0ec313

Please sign in to comment.