~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/mips/kernel/cpufreq/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# CPU Frequency scaling
 
3
#
 
4
 
 
5
config MIPS_EXTERNAL_TIMER
 
6
        bool
 
7
 
 
8
config MIPS_CPUFREQ
 
9
        bool
 
10
        default y
 
11
        depends on CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
 
12
 
 
13
if MIPS_CPUFREQ
 
14
 
 
15
menu "CPU Frequency scaling"
 
16
 
 
17
source "drivers/cpufreq/Kconfig"
 
18
 
 
19
if CPU_FREQ
 
20
 
 
21
comment "CPUFreq processor drivers"
 
22
 
 
23
config LOONGSON2_CPUFREQ
 
24
        tristate "Loongson2 CPUFreq Driver"
 
25
        select CPU_FREQ_TABLE
 
26
        depends on MIPS_CPUFREQ
 
27
        help
 
28
          This option adds a CPUFreq driver for loongson processors which
 
29
          support software configurable cpu frequency.
 
30
 
 
31
          Loongson2F and it's successors support this feature.
 
32
 
 
33
          For details, take a look at <file:Documentation/cpu-freq/>.
 
34
 
 
35
          If in doubt, say N.
 
36
 
 
37
endif   # CPU_FREQ
 
38
 
 
39
endmenu
 
40
 
 
41
endif   # MIPS_CPUFREQ