Kconfig 6.5 KB

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