Kconfig.x86 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. #
  2. # x86 CPU Frequency scaling drivers
  3. #
  4. config X86_INTEL_PSTATE
  5. tristate "Intel P state control"
  6. depends on X86
  7. help
  8. This driver provides a P state for Intel core processors.
  9. The driver implements an internal governor and will become
  10. the scaling driver and governor for Sandy bridge processors.
  11. When this driver is enabled it will become the perferred
  12. scaling driver for Sandy bridge processors.
  13. Note: This driver should be built with the same settings as
  14. the other scaling drivers configured into the system
  15. (module/built-in) in order for the driver to register itself
  16. as the scaling driver on the system.
  17. If in doubt, say N.
  18. config X86_PCC_CPUFREQ
  19. tristate "Processor Clocking Control interface driver"
  20. depends on ACPI && ACPI_PROCESSOR
  21. help
  22. This driver adds support for the PCC interface.
  23. For details, take a look at:
  24. <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
  25. To compile this driver as a module, choose M here: the
  26. module will be called pcc-cpufreq.
  27. If in doubt, say N.
  28. config X86_ACPI_CPUFREQ
  29. tristate "ACPI Processor P-States driver"
  30. select CPU_FREQ_TABLE
  31. depends on ACPI_PROCESSOR
  32. help
  33. This driver adds a CPUFreq driver which utilizes the ACPI
  34. Processor Performance States.
  35. This driver also supports Intel Enhanced Speedstep and newer
  36. AMD CPUs.
  37. To compile this driver as a module, choose M here: the
  38. module will be called acpi-cpufreq.
  39. For details, take a look at <file:Documentation/cpu-freq/>.
  40. If in doubt, say N.
  41. config X86_ACPI_CPUFREQ_CPB
  42. default y
  43. bool "Legacy cpb sysfs knob support for AMD CPUs"
  44. depends on X86_ACPI_CPUFREQ && CPU_SUP_AMD
  45. help
  46. The powernow-k8 driver used to provide a sysfs knob called "cpb"
  47. to disable the Core Performance Boosting feature of AMD CPUs. This
  48. file has now been superseeded by the more generic "boost" entry.
  49. By enabling this option the acpi_cpufreq driver provides the old
  50. entry in addition to the new boost ones, for compatibility reasons.
  51. config ELAN_CPUFREQ
  52. tristate "AMD Elan SC400 and SC410"
  53. select CPU_FREQ_TABLE
  54. depends on MELAN
  55. ---help---
  56. This adds the CPUFreq driver for AMD Elan SC400 and SC410
  57. processors.
  58. You need to specify the processor maximum speed as boot
  59. parameter: elanfreq=maxspeed (in kHz) or as module
  60. parameter "max_freq".
  61. For details, take a look at <file:Documentation/cpu-freq/>.
  62. If in doubt, say N.
  63. config SC520_CPUFREQ
  64. tristate "AMD Elan SC520"
  65. select CPU_FREQ_TABLE
  66. depends on MELAN
  67. ---help---
  68. This adds the CPUFreq driver for AMD Elan SC520 processor.
  69. For details, take a look at <file:Documentation/cpu-freq/>.
  70. If in doubt, say N.
  71. config X86_POWERNOW_K6
  72. tristate "AMD Mobile K6-2/K6-3 PowerNow!"
  73. select CPU_FREQ_TABLE
  74. depends on X86_32
  75. help
  76. This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
  77. AMD K6-3+ processors.
  78. For details, take a look at <file:Documentation/cpu-freq/>.
  79. If in doubt, say N.
  80. config X86_POWERNOW_K7
  81. tristate "AMD Mobile Athlon/Duron PowerNow!"
  82. select CPU_FREQ_TABLE
  83. depends on X86_32
  84. help
  85. This adds the CPUFreq driver for mobile AMD K7 mobile processors.
  86. For details, take a look at <file:Documentation/cpu-freq/>.
  87. If in doubt, say N.
  88. config X86_POWERNOW_K7_ACPI
  89. bool
  90. depends on X86_POWERNOW_K7 && ACPI_PROCESSOR
  91. depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m)
  92. depends on X86_32
  93. default y
  94. config X86_POWERNOW_K8
  95. tristate "AMD Opteron/Athlon64 PowerNow!"
  96. select CPU_FREQ_TABLE
  97. depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ
  98. help
  99. This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
  100. Support for K10 and newer processors is now in acpi-cpufreq.
  101. To compile this driver as a module, choose M here: the
  102. module will be called powernow-k8.
  103. For details, take a look at <file:Documentation/cpu-freq/>.
  104. config X86_GX_SUSPMOD
  105. tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
  106. depends on X86_32 && PCI
  107. help
  108. This add the CPUFreq driver for NatSemi Geode processors which
  109. support suspend modulation.
  110. For details, take a look at <file:Documentation/cpu-freq/>.
  111. If in doubt, say N.
  112. config X86_SPEEDSTEP_CENTRINO
  113. tristate "Intel Enhanced SpeedStep (deprecated)"
  114. select CPU_FREQ_TABLE
  115. select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32
  116. depends on X86_32 || (X86_64 && ACPI_PROCESSOR)
  117. help
  118. This is deprecated and this functionality is now merged into
  119. acpi_cpufreq (X86_ACPI_CPUFREQ). Use that driver instead of
  120. speedstep_centrino.
  121. This adds the CPUFreq driver for Enhanced SpeedStep enabled
  122. mobile CPUs. This means Intel Pentium M (Centrino) CPUs
  123. or 64bit enabled Intel Xeons.
  124. To compile this driver as a module, choose M here: the
  125. module will be called speedstep-centrino.
  126. For details, take a look at <file:Documentation/cpu-freq/>.
  127. If in doubt, say N.
  128. config X86_SPEEDSTEP_CENTRINO_TABLE
  129. bool "Built-in tables for Banias CPUs"
  130. depends on X86_32 && X86_SPEEDSTEP_CENTRINO
  131. default y
  132. help
  133. Use built-in tables for Banias CPUs if ACPI encoding
  134. is not available.
  135. If in doubt, say N.
  136. config X86_SPEEDSTEP_ICH
  137. tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
  138. select CPU_FREQ_TABLE
  139. depends on X86_32
  140. help
  141. This adds the CPUFreq driver for certain mobile Intel Pentium III
  142. (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
  143. mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
  144. ICH3 or ICH4 southbridge.
  145. For details, take a look at <file:Documentation/cpu-freq/>.
  146. If in doubt, say N.
  147. config X86_SPEEDSTEP_SMI
  148. tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
  149. select CPU_FREQ_TABLE
  150. depends on X86_32 && EXPERIMENTAL
  151. help
  152. This adds the CPUFreq driver for certain mobile Intel Pentium III
  153. (Coppermine), all mobile Intel Pentium III-M (Tualatin)
  154. on systems which have an Intel 440BX/ZX/MX southbridge.
  155. For details, take a look at <file:Documentation/cpu-freq/>.
  156. If in doubt, say N.
  157. config X86_P4_CLOCKMOD
  158. tristate "Intel Pentium 4 clock modulation"
  159. select CPU_FREQ_TABLE
  160. help
  161. This adds the CPUFreq driver for Intel Pentium 4 / XEON
  162. processors. When enabled it will lower CPU temperature by skipping
  163. clocks.
  164. This driver should be only used in exceptional
  165. circumstances when very low power is needed because it causes severe
  166. slowdowns and noticeable latencies. Normally Speedstep should be used
  167. instead.
  168. To compile this driver as a module, choose M here: the
  169. module will be called p4-clockmod.
  170. For details, take a look at <file:Documentation/cpu-freq/>.
  171. Unless you are absolutely sure say N.
  172. config X86_CPUFREQ_NFORCE2
  173. tristate "nVidia nForce2 FSB changing"
  174. depends on X86_32 && EXPERIMENTAL
  175. help
  176. This adds the CPUFreq driver for FSB changing on nVidia nForce2
  177. platforms.
  178. For details, take a look at <file:Documentation/cpu-freq/>.
  179. If in doubt, say N.
  180. config X86_LONGRUN
  181. tristate "Transmeta LongRun"
  182. depends on X86_32
  183. help
  184. This adds the CPUFreq driver for Transmeta Crusoe and Efficeon processors
  185. which support LongRun.
  186. For details, take a look at <file:Documentation/cpu-freq/>.
  187. If in doubt, say N.
  188. config X86_LONGHAUL
  189. tristate "VIA Cyrix III Longhaul"
  190. select CPU_FREQ_TABLE
  191. depends on X86_32 && ACPI_PROCESSOR
  192. help
  193. This adds the CPUFreq driver for VIA Samuel/CyrixIII,
  194. VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
  195. processors.
  196. For details, take a look at <file:Documentation/cpu-freq/>.
  197. If in doubt, say N.
  198. config X86_E_POWERSAVER
  199. tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)"
  200. select CPU_FREQ_TABLE
  201. depends on X86_32 && EXPERIMENTAL
  202. help
  203. This adds the CPUFreq driver for VIA C7 processors. However, this driver
  204. does not have any safeguards to prevent operating the CPU out of spec
  205. and is thus considered dangerous. Please use the regular ACPI cpufreq
  206. driver, enabled by CONFIG_X86_ACPI_CPUFREQ.
  207. If in doubt, say N.
  208. comment "shared options"
  209. config X86_SPEEDSTEP_LIB
  210. tristate
  211. default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
  212. config X86_SPEEDSTEP_RELAXED_CAP_CHECK
  213. bool "Relaxed speedstep capability checks"
  214. depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
  215. help
  216. Don't perform all checks for a speedstep capable system which would
  217. normally be done. Some ancient or strange systems, though speedstep
  218. capable, don't always indicate that they are speedstep capable. This
  219. option lets the probing code bypass some of those checks if the
  220. parameter "relaxed_check=1" is passed to the module.