Kconfig 7.0 KB

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