Kconfig.x86 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. #
  2. # x86 CPU Frequency scaling drivers
  3. #
  4. config X86_INTEL_PSTATE
  5. bool "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. If in doubt, say N.
  14. config X86_PCC_CPUFREQ
  15. tristate "Processor Clocking Control interface driver"
  16. depends on ACPI && ACPI_PROCESSOR
  17. help
  18. This driver adds support for the PCC interface.
  19. For details, take a look at:
  20. <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
  21. To compile this driver as a module, choose M here: the
  22. module will be called pcc-cpufreq.
  23. If in doubt, say N.
  24. config X86_ACPI_CPUFREQ
  25. tristate "ACPI Processor P-States driver"
  26. depends on ACPI_PROCESSOR
  27. help
  28. This driver adds a CPUFreq driver which utilizes the ACPI
  29. Processor Performance States.
  30. This driver also supports Intel Enhanced Speedstep and newer
  31. AMD CPUs.
  32. To compile this driver as a module, choose M here: the
  33. module will be called acpi-cpufreq.
  34. For details, take a look at <file:Documentation/cpu-freq/>.
  35. If in doubt, say N.
  36. config X86_ACPI_CPUFREQ_CPB
  37. default y
  38. bool "Legacy cpb sysfs knob support for AMD CPUs"
  39. depends on X86_ACPI_CPUFREQ && CPU_SUP_AMD
  40. help
  41. The powernow-k8 driver used to provide a sysfs knob called "cpb"
  42. to disable the Core Performance Boosting feature of AMD CPUs. This
  43. file has now been superseeded by the more generic "boost" entry.
  44. By enabling this option the acpi_cpufreq driver provides the old
  45. entry in addition to the new boost ones, for compatibility reasons.
  46. config ELAN_CPUFREQ
  47. tristate "AMD Elan SC400 and SC410"
  48. depends on MELAN
  49. ---help---
  50. This adds the CPUFreq driver for AMD Elan SC400 and SC410
  51. processors.
  52. You need to specify the processor maximum speed as boot
  53. parameter: elanfreq=maxspeed (in kHz) or as module
  54. parameter "max_freq".
  55. For details, take a look at <file:Documentation/cpu-freq/>.
  56. If in doubt, say N.
  57. config SC520_CPUFREQ
  58. tristate "AMD Elan SC520"
  59. depends on MELAN
  60. ---help---
  61. This adds the CPUFreq driver for AMD Elan SC520 processor.
  62. For details, take a look at <file:Documentation/cpu-freq/>.
  63. If in doubt, say N.
  64. config X86_POWERNOW_K6
  65. tristate "AMD Mobile K6-2/K6-3 PowerNow!"
  66. depends on X86_32
  67. help
  68. This adds the CPUFreq driver for mobile AMD K6-2+ and mobile
  69. AMD K6-3+ processors.
  70. For details, take a look at <file:Documentation/cpu-freq/>.
  71. If in doubt, say N.
  72. config X86_POWERNOW_K7
  73. tristate "AMD Mobile Athlon/Duron PowerNow!"
  74. depends on X86_32
  75. help
  76. This adds the CPUFreq driver for mobile AMD K7 mobile processors.
  77. For details, take a look at <file:Documentation/cpu-freq/>.
  78. If in doubt, say N.
  79. config X86_POWERNOW_K7_ACPI
  80. bool
  81. depends on X86_POWERNOW_K7 && ACPI_PROCESSOR
  82. depends on !(X86_POWERNOW_K7 = y && ACPI_PROCESSOR = m)
  83. depends on X86_32
  84. default y
  85. config X86_POWERNOW_K8
  86. tristate "AMD Opteron/Athlon64 PowerNow!"
  87. depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ
  88. help
  89. This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
  90. Support for K10 and newer processors is now in acpi-cpufreq.
  91. To compile this driver as a module, choose M here: the
  92. module will be called powernow-k8.
  93. For details, take a look at <file:Documentation/cpu-freq/>.
  94. config X86_AMD_FREQ_SENSITIVITY
  95. tristate "AMD frequency sensitivity feedback powersave bias"
  96. depends on CPU_FREQ_GOV_ONDEMAND && X86_ACPI_CPUFREQ && CPU_SUP_AMD
  97. help
  98. This adds AMD-specific powersave bias function to the ondemand
  99. governor, which allows it to make more power-conscious frequency
  100. change decisions based on feedback from hardware (availble on AMD
  101. Family 16h and above).
  102. Hardware feedback tells software how "sensitive" to frequency changes
  103. the CPUs' workloads are. CPU-bound workloads will be more sensitive
  104. -- they will perform better as frequency increases. Memory/IO-bound
  105. workloads will be less sensitive -- they will not necessarily perform
  106. better as frequency increases.
  107. If in doubt, say N.
  108. config X86_GX_SUSPMOD
  109. tristate "Cyrix MediaGX/NatSemi Geode Suspend Modulation"
  110. depends on X86_32 && PCI
  111. help
  112. This add the CPUFreq driver for NatSemi Geode processors which
  113. support suspend modulation.
  114. For details, take a look at <file:Documentation/cpu-freq/>.
  115. If in doubt, say N.
  116. config X86_SPEEDSTEP_CENTRINO
  117. tristate "Intel Enhanced SpeedStep (deprecated)"
  118. select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32
  119. depends on X86_32 || (X86_64 && ACPI_PROCESSOR)
  120. help
  121. This is deprecated and this functionality is now merged into
  122. acpi_cpufreq (X86_ACPI_CPUFREQ). Use that driver instead of
  123. speedstep_centrino.
  124. This adds the CPUFreq driver for Enhanced SpeedStep enabled
  125. mobile CPUs. This means Intel Pentium M (Centrino) CPUs
  126. or 64bit enabled Intel Xeons.
  127. To compile this driver as a module, choose M here: the
  128. module will be called speedstep-centrino.
  129. For details, take a look at <file:Documentation/cpu-freq/>.
  130. If in doubt, say N.
  131. config X86_SPEEDSTEP_CENTRINO_TABLE
  132. bool "Built-in tables for Banias CPUs"
  133. depends on X86_32 && X86_SPEEDSTEP_CENTRINO
  134. default y
  135. help
  136. Use built-in tables for Banias CPUs if ACPI encoding
  137. is not available.
  138. If in doubt, say N.
  139. config X86_SPEEDSTEP_ICH
  140. tristate "Intel Speedstep on ICH-M chipsets (ioport interface)"
  141. depends on X86_32
  142. help
  143. This adds the CPUFreq driver for certain mobile Intel Pentium III
  144. (Coppermine), all mobile Intel Pentium III-M (Tualatin) and all
  145. mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
  146. ICH3 or ICH4 southbridge.
  147. For details, take a look at <file:Documentation/cpu-freq/>.
  148. If in doubt, say N.
  149. config X86_SPEEDSTEP_SMI
  150. tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI 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)
  155. on systems which have an Intel 440BX/ZX/MX southbridge.
  156. For details, take a look at <file:Documentation/cpu-freq/>.
  157. If in doubt, say N.
  158. config X86_P4_CLOCKMOD
  159. tristate "Intel Pentium 4 clock modulation"
  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
  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. depends on X86_32 && ACPI_PROCESSOR
  191. help
  192. This adds the CPUFreq driver for VIA Samuel/CyrixIII,
  193. VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T
  194. processors.
  195. For details, take a look at <file:Documentation/cpu-freq/>.
  196. If in doubt, say N.
  197. config X86_E_POWERSAVER
  198. tristate "VIA C7 Enhanced PowerSaver (DANGEROUS)"
  199. depends on X86_32 && ACPI_PROCESSOR
  200. help
  201. This adds the CPUFreq driver for VIA C7 processors. However, this driver
  202. does not have any safeguards to prevent operating the CPU out of spec
  203. and is thus considered dangerous. Please use the regular ACPI cpufreq
  204. driver, enabled by CONFIG_X86_ACPI_CPUFREQ.
  205. If in doubt, say N.
  206. comment "shared options"
  207. config X86_SPEEDSTEP_LIB
  208. tristate
  209. default (X86_SPEEDSTEP_ICH || X86_SPEEDSTEP_SMI || X86_P4_CLOCKMOD)
  210. config X86_SPEEDSTEP_RELAXED_CAP_CHECK
  211. bool "Relaxed speedstep capability checks"
  212. depends on X86_32 && (X86_SPEEDSTEP_SMI || X86_SPEEDSTEP_ICH)
  213. help
  214. Don't perform all checks for a speedstep capable system which would
  215. normally be done. Some ancient or strange systems, though speedstep
  216. capable, don't always indicate that they are speedstep capable. This
  217. option lets the probing code bypass some of those checks if the
  218. parameter "relaxed_check=1" is passed to the module.