Kconfig 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. #
  2. # CPU Frequency scaling
  3. #
  4. menu "CPU Frequency scaling"
  5. source "drivers/cpufreq/Kconfig"
  6. if CPU_FREQ
  7. comment "CPUFreq processor drivers"
  8. config X86_ACPI_CPUFREQ
  9. tristate "ACPI Processor P-States driver"
  10. select CPU_FREQ_TABLE
  11. depends on ACPI_PROCESSOR
  12. help
  13. This driver adds a CPUFreq driver which utilizes the ACPI
  14. Processor Performance States.
  15. For details, take a look at <file:Documentation/cpu-freq/>.
  16. If in doubt, say N.
  17. config ELAN_CPUFREQ
  18. tristate "AMD Elan SC400 and SC410"
  19. select CPU_FREQ_TABLE
  20. depends on X86_ELAN
  21. ---help---
  22. This adds the CPUFreq driver for AMD Elan SC400 and SC410
  23. processors.
  24. You need to specify the processor maximum speed as boot
  25. parameter: elanfreq=maxspeed (in kHz) or as module
  26. parameter "max_freq".
  27. For details, take a look at <file:Documentation/cpu-freq/>.
  28. If in doubt, say N.
  29. config SC520_CPUFREQ
  30. tristate "AMD Elan SC520"
  31. select CPU_FREQ_TABLE
  32. depends on X86_ELAN
  33. ---help---
  34. This adds the CPUFreq driver for AMD Elan SC520 processor.
  35. For details, take a look at <file:Documentation/cpu-freq/>.
  36. If in doubt, say N.
  37. config X86_POWERNOW_K6
  38. tristate "AMD Mobile K6-2/K6-3 PowerNow!"
  39. select CPU_FREQ_TABLE
  40. help
  41. This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
  42. AMD K6-3+ processors.
  43. For details, take a look at <file:Documentation/cpu-freq/>.
  44. If in doubt, say N.
  45. config X86_POWERNOW_K7
  46. tristate "AMD Mobile Athlon/Duron PowerNow!"
  47. select CPU_FREQ_TABLE
  48. help
  49. This adds the CPUFreq driver for mobile AMD K7 mobile processors.
  50. For details, take a look at <file:Documentation/cpu-freq/>.
  51. If in doubt, say N.
  52. config X86_POWERNOW_K7_ACPI
  53. bool
  54. depends on X86_POWERNOW_K7 && ACPI_PROCESSOR
  55. depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m)
  56. default y
  57. config X86_POWERNOW_K8
  58. tristate "AMD Opteron/Athlon64 PowerNow!"
  59. select CPU_FREQ_TABLE
  60. depends on EXPERIMENTAL
  61. help
  62. This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.
  63. For details, take a look at <file:Documentation/cpu-freq/>.
  64. If in doubt, say N.
  65. config X86_POWERNOW_K8_ACPI
  66. bool
  67. depends on X86_POWERNOW_K8 && ACPI_PROCESSOR
  68. depends on !(X86_POWERNOW_K8 = y && ACPI_PROCESSOR = m)
  69. default y
  70. config X86_GX_SUSPMOD
  71. tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
  72. help
  73. This add the CPUFreq driver for NatSemi Geode processors which
  74. support suspend modulation.
  75. For details, take a look at <file:Documentation/cpu-freq/>.
  76. If in doubt, say N.
  77. config X86_SPEEDSTEP_CENTRINO
  78. tristate "Intel Enhanced SpeedStep"
  79. select CPU_FREQ_TABLE
  80. select X86_SPEEDSTEP_CENTRINO_TABLE if (!X86_SPEEDSTEP_CENTRINO_ACPI)
  81. help
  82. This adds the CPUFreq driver for Enhanced SpeedStep enabled
  83. mobile CPUs. This means Intel Pentium M (Centrino) CPUs. However,
  84. you also need to say Y to "Use ACPI tables to decode..." below
  85. [which might imply enabling ACPI] if you want to use this driver
  86. on non-Banias CPUs.
  87. For details, take a look at <file:Documentation/cpu-freq/>.
  88. If in doubt, say N.
  89. config X86_SPEEDSTEP_CENTRINO_ACPI
  90. bool "Use ACPI tables to decode valid frequency/voltage pairs"
  91. depends on X86_SPEEDSTEP_CENTRINO && ACPI_PROCESSOR
  92. depends on !(X86_SPEEDSTEP_CENTRINO = y && ACPI_PROCESSOR = m)
  93. default y
  94. help
  95. Use primarily the information provided in the BIOS ACPI tables
  96. to determine valid CPU frequency and voltage pairings. It is
  97. required for the driver to work on non-Banias CPUs.
  98. If in doubt, say Y.
  99. config X86_SPEEDSTEP_CENTRINO_TABLE
  100. bool "Built-in tables for Banias CPUs"
  101. depends on X86_SPEEDSTEP_CENTRINO
  102. default y
  103. help
  104. Use built-in tables for Banias CPUs if ACPI encoding
  105. is not available.
  106. If in doubt, say N.
  107. config X86_SPEEDSTEP_ICH
  108. tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
  109. select CPU_FREQ_TABLE
  110. help
  111. This adds the CPUFreq driver for certain mobile Intel Pentium III
  112. (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
  113. mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
  114. ICH3 or ICH4 southbridge.
  115. For details, take a look at <file:Documentation/cpu-freq/>.
  116. If in doubt, say N.
  117. config X86_SPEEDSTEP_SMI
  118. tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
  119. select CPU_FREQ_TABLE
  120. depends on EXPERIMENTAL
  121. help
  122. This adds the CPUFreq driver for certain mobile Intel Pentium III
  123. (Coppermine), all mobile Intel Pentium III-M (Tualatin)
  124. on systems which have an Intel 440BX/ZX/MX southbridge.
  125. For details, take a look at <file:Documentation/cpu-freq/>.
  126. If in doubt, say N.
  127. config X86_P4_CLOCKMOD
  128. tristate "Intel Pentium 4 clock modulation"
  129. select CPU_FREQ_TABLE
  130. help
  131. This adds the CPUFreq driver for Intel Pentium 4 / XEON
  132. processors.
  133. For details, take a look at <file:Documentation/cpu-freq/>.
  134. If in doubt, say N.
  135. config X86_CPUFREQ_NFORCE2
  136. tristate "nVidia nForce2 FSB changing"
  137. depends on EXPERIMENTAL
  138. help
  139. This adds the CPUFreq driver for FSB changing on nVidia nForce2
  140. platforms.
  141. For details, take a look at <file:Documentation/cpu-freq/>.
  142. If in doubt, say N.
  143. config X86_LONGRUN
  144. tristate "Transmeta LongRun"
  145. help
  146. This adds the CPUFreq driver for Transmeta Crusoe and Efficeon processors
  147. which support LongRun.
  148. For details, take a look at <file:Documentation/cpu-freq/>.
  149. If in doubt, say N.
  150. config X86_LONGHAUL
  151. tristate "VIA Cyrix III Longhaul"
  152. select CPU_FREQ_TABLE
  153. depends on BROKEN
  154. help
  155. This adds the CPUFreq driver for VIA Samuel/CyrixIII,
  156. VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
  157. processors.
  158. For details, take a look at <file:Documentation/cpu-freq/>.
  159. If in doubt, say N.
  160. comment "shared options"
  161. config X86_ACPI_CPUFREQ_PROC_INTF
  162. bool "/proc/acpi/processor/../performance interface (deprecated)"
  163. depends on PROC_FS
  164. depends on X86_ACPI_CPUFREQ || X86_SPEEDSTEP_CENTRINO_ACPI || X86_POWERNOW_K7_ACPI || X86_POWERNOW_K8_ACPI
  165. help
  166. This enables the deprecated /proc/acpi/processor/../performance
  167. interface. While it is helpful for debugging, the generic,
  168. cross-architecture cpufreq interfaces should be used.
  169. If in doubt, say N.
  170. config X86_SPEEDSTEP_LIB
  171. tristate
  172. default X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD
  173. config X86_SPEEDSTEP_RELAXED_CAP_CHECK
  174. bool "Relaxed speedstep capability checks"
  175. depends on (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
  176. help
  177. Don't perform all checks for a speedstep capable system which would
  178. normally be done. Some ancient or strange systems, though speedstep
  179. capable, don't always indicate that they are speedstep capable. This
  180. option lets the probing code bypass some of those checks if the
  181. parameter "relaxed_check=1" is passed to the module.
  182. endif # CPU_FREQ
  183. endmenu