projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56463b7
)
[CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristate
author
Adrian Bunk
<bunk@stusta.de>
Tue, 6 Feb 2007 00:12:45 +0000
(16:12 -0800)
committer
Dave Jones
<davej@redhat.com>
Sun, 11 Feb 2007 01:01:48 +0000
(20:01 -0500)
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>
drivers/cpufreq/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/Kconfig
b/drivers/cpufreq/Kconfig
index 491779af8d556963e4e86a742af828bd6ea347e0..d155e81b5c97d5b6dc267d57897eada5a23ecf51 100644
(file)
--- a/
drivers/cpufreq/Kconfig
+++ b/
drivers/cpufreq/Kconfig
@@
-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"