Kconfig.x86 9.0 KB

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