Kconfig.x86 9.0 KB

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