Kconfig 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. menu "Platform support"
  2. choice
  3. prompt "Machine type"
  4. depends on PPC64 || CLASSIC32
  5. default PPC_MULTIPLATFORM
  6. config PPC_MULTIPLATFORM
  7. bool "Generic desktop/server/laptop"
  8. help
  9. Select this option if configuring for an IBM pSeries or
  10. RS/6000 machine, an Apple machine, or a PReP, CHRP,
  11. Maple or Cell-based machine.
  12. config EMBEDDED6xx
  13. bool "Embedded 6xx/7xx/7xxx-based board"
  14. depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
  15. endchoice
  16. source "arch/powerpc/platforms/pseries/Kconfig"
  17. source "arch/powerpc/platforms/iseries/Kconfig"
  18. source "arch/powerpc/platforms/chrp/Kconfig"
  19. source "arch/powerpc/platforms/52xx/Kconfig"
  20. source "arch/powerpc/platforms/powermac/Kconfig"
  21. source "arch/powerpc/platforms/prep/Kconfig"
  22. source "arch/powerpc/platforms/maple/Kconfig"
  23. source "arch/powerpc/platforms/pasemi/Kconfig"
  24. source "arch/powerpc/platforms/celleb/Kconfig"
  25. source "arch/powerpc/platforms/ps3/Kconfig"
  26. source "arch/powerpc/platforms/cell/Kconfig"
  27. source "arch/powerpc/platforms/8xx/Kconfig"
  28. source "arch/powerpc/platforms/82xx/Kconfig"
  29. source "arch/powerpc/platforms/83xx/Kconfig"
  30. source "arch/powerpc/platforms/85xx/Kconfig"
  31. source "arch/powerpc/platforms/86xx/Kconfig"
  32. source "arch/powerpc/platforms/embedded6xx/Kconfig"
  33. source "arch/powerpc/platforms/44x/Kconfig"
  34. #source "arch/powerpc/platforms/4xx/Kconfig
  35. config PPC_NATIVE
  36. bool
  37. depends on PPC_MULTIPLATFORM
  38. help
  39. Support for running natively on the hardware, i.e. without
  40. a hypervisor. This option is not user-selectable but should
  41. be selected by all platforms that need it.
  42. config UDBG_RTAS_CONSOLE
  43. bool "RTAS based debug console"
  44. depends on PPC_RTAS
  45. default n
  46. config PPC_UDBG_BEAT
  47. bool "BEAT based debug console"
  48. depends on PPC_CELLEB
  49. default n
  50. config XICS
  51. depends on PPC_PSERIES
  52. bool
  53. default y
  54. config MPIC
  55. bool
  56. default n
  57. config MPIC_WEIRD
  58. bool
  59. default n
  60. config PPC_I8259
  61. bool
  62. default n
  63. config U3_DART
  64. bool
  65. depends on PPC_MULTIPLATFORM && PPC64
  66. default n
  67. config PPC_RTAS
  68. bool
  69. default n
  70. config RTAS_ERROR_LOGGING
  71. bool
  72. depends on PPC_RTAS
  73. default n
  74. config RTAS_PROC
  75. bool "Proc interface to RTAS"
  76. depends on PPC_RTAS
  77. default y
  78. config RTAS_FLASH
  79. tristate "Firmware flash interface"
  80. depends on PPC64 && RTAS_PROC
  81. config PPC_PMI
  82. tristate "Support for PMI"
  83. depends PPC_IBM_CELL_BLADE
  84. help
  85. PMI (Platform Management Interrupt) is a way to
  86. communicate with the BMC (Baseboard Mangement Controller).
  87. It is used in some IBM Cell blades.
  88. default m
  89. config MMIO_NVRAM
  90. bool
  91. default n
  92. config MPIC_U3_HT_IRQS
  93. bool
  94. depends on PPC_MAPLE
  95. default y
  96. config IBMVIO
  97. depends on PPC_PSERIES || PPC_ISERIES
  98. bool
  99. default y
  100. config IBMEBUS
  101. depends on PPC_PSERIES
  102. bool "Support for GX bus based adapters"
  103. help
  104. Bus device driver for GX bus based adapters.
  105. config PPC_MPC106
  106. bool
  107. default n
  108. config PPC_970_NAP
  109. bool
  110. default n
  111. config PPC_INDIRECT_IO
  112. bool
  113. select GENERIC_IOMAP
  114. default n
  115. config GENERIC_IOMAP
  116. bool
  117. default n
  118. source "drivers/cpufreq/Kconfig"
  119. menu "CPU Frequency drivers"
  120. depends on CPU_FREQ
  121. config CPU_FREQ_PMAC
  122. bool "Support for Apple PowerBooks"
  123. depends on ADB_PMU && PPC32
  124. select CPU_FREQ_TABLE
  125. help
  126. This adds support for frequency switching on Apple PowerBooks,
  127. this currently includes some models of iBook & Titanium
  128. PowerBook.
  129. config CPU_FREQ_PMAC64
  130. bool "Support for some Apple G5s"
  131. depends on PPC_PMAC && PPC64
  132. select CPU_FREQ_TABLE
  133. help
  134. This adds support for frequency switching on Apple iMac G5,
  135. and some of the more recent desktop G5 machines as well.
  136. config PPC_PASEMI_CPUFREQ
  137. bool "Support for PA Semi PWRficient"
  138. depends on PPC_PASEMI
  139. default y
  140. select CPU_FREQ_TABLE
  141. help
  142. This adds the support for frequency switching on PA Semi
  143. PWRficient processors.
  144. endmenu
  145. config PPC601_SYNC_FIX
  146. bool "Workarounds for PPC601 bugs"
  147. depends on 6xx && (PPC_PREP || PPC_PMAC)
  148. help
  149. Some versions of the PPC601 (the first PowerPC chip) have bugs which
  150. mean that extra synchronization instructions are required near
  151. certain instructions, typically those that make major changes to the
  152. CPU state. These extra instructions reduce performance slightly.
  153. If you say N here, these extra instructions will not be included,
  154. resulting in a kernel which will run faster but may not run at all
  155. on some systems with the PPC601 chip.
  156. If in doubt, say Y here.
  157. config TAU
  158. bool "On-chip CPU temperature sensor support"
  159. depends on CLASSIC32
  160. help
  161. G3 and G4 processors have an on-chip temperature sensor called the
  162. 'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
  163. temperature within 2-4 degrees Celsius. This option shows the current
  164. on-die temperature in /proc/cpuinfo if the cpu supports it.
  165. Unfortunately, on some chip revisions, this sensor is very inaccurate
  166. and in many cases, does not work at all, so don't assume the cpu
  167. temp is actually what /proc/cpuinfo says it is.
  168. config TAU_INT
  169. bool "Interrupt driven TAU driver (DANGEROUS)"
  170. depends on TAU
  171. ---help---
  172. The TAU supports an interrupt driven mode which causes an interrupt
  173. whenever the temperature goes out of range. This is the fastest way
  174. to get notified the temp has exceeded a range. With this option off,
  175. a timer is used to re-check the temperature periodically.
  176. However, on some cpus it appears that the TAU interrupt hardware
  177. is buggy and can cause a situation which would lead unexplained hard
  178. lockups.
  179. Unless you are extending the TAU driver, or enjoy kernel/hardware
  180. debugging, leave this option off.
  181. config TAU_AVERAGE
  182. bool "Average high and low temp"
  183. depends on TAU
  184. ---help---
  185. The TAU hardware can compare the temperature to an upper and lower
  186. bound. The default behavior is to show both the upper and lower
  187. bound in /proc/cpuinfo. If the range is large, the temperature is
  188. either changing a lot, or the TAU hardware is broken (likely on some
  189. G4's). If the range is small (around 4 degrees), the temperature is
  190. relatively stable. If you say Y here, a single temperature value,
  191. halfway between the upper and lower bounds, will be reported in
  192. /proc/cpuinfo.
  193. If in doubt, say N here.
  194. config QUICC_ENGINE
  195. bool
  196. help
  197. The QUICC Engine (QE) is a new generation of communications
  198. coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
  199. Selecting this option means that you wish to build a kernel
  200. for a machine with a QE coprocessor.
  201. config CPM2
  202. bool
  203. default n
  204. help
  205. The CPM2 (Communications Processor Module) is a coprocessor on
  206. embedded CPUs made by Freescale. Selecting this option means that
  207. you wish to build a kernel for a machine with a CPM2 coprocessor
  208. on it (826x, 827x, 8560).
  209. endmenu