Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177894
b: refs/heads/master
c: 9726b43
h: refs/heads/master
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Dec 17, 2009
1 parent 44c9f75 commit 44b80b3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 916daba8a9f2617ded8b9255e6b39f066ef60178
refs/heads/master: 9726b43a4d7aaa5b30f559e78768aeb3d17bc224
3 changes: 3 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2161,6 +2161,7 @@ config MMU

config I8253
bool
select MIPS_EXTERNAL_TIMER

config ZONE_DMA32
bool
Expand Down Expand Up @@ -2237,6 +2238,8 @@ source "kernel/power/Kconfig"

endmenu

source "arch/mips/kernel/cpufreq/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"
Expand Down
27 changes: 27 additions & 0 deletions trunk/arch/mips/kernel/cpufreq/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# CPU Frequency scaling
#

config MIPS_EXTERNAL_TIMER
bool

config MIPS_CPUFREQ
bool
default y
depends on CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER

if MIPS_CPUFREQ

menu "CPU Frequency scaling"

source "drivers/cpufreq/Kconfig"

if CPU_FREQ

comment "CPUFreq processor drivers"

endif # CPU_FREQ

endmenu

endif # MIPS_CPUFREQ

0 comments on commit 44b80b3

Please sign in to comment.