Kconfig.x86 7.3 KB

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