Kconfig 7.5 KB

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