Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. config BAMBOO
  2. bool "Bamboo"
  3. depends on 44x
  4. default n
  5. select PPC44x_SIMPLE
  6. select 440EP
  7. select PCI
  8. help
  9. This option enables support for the IBM PPC440EP evaluation board.
  10. config EBONY
  11. bool "Ebony"
  12. depends on 44x
  13. default y
  14. select 440GP
  15. select PCI
  16. select OF_RTC
  17. help
  18. This option enables support for the IBM PPC440GP evaluation board.
  19. config SAM440EP
  20. bool "Sam440ep"
  21. depends on 44x
  22. default n
  23. select 440EP
  24. select PCI
  25. help
  26. This option enables support for the ACube Sam440ep board.
  27. config SEQUOIA
  28. bool "Sequoia"
  29. depends on 44x
  30. default n
  31. select PPC44x_SIMPLE
  32. select 440EPX
  33. help
  34. This option enables support for the AMCC PPC440EPX evaluation board.
  35. config TAISHAN
  36. bool "Taishan"
  37. depends on 44x
  38. default n
  39. select PPC44x_SIMPLE
  40. select 440GX
  41. select PCI
  42. help
  43. This option enables support for the AMCC PPC440GX "Taishan"
  44. evaluation board.
  45. config KATMAI
  46. bool "Katmai"
  47. depends on 44x
  48. default n
  49. select PPC44x_SIMPLE
  50. select 440SPe
  51. select PCI
  52. select PPC4xx_PCI_EXPRESS
  53. help
  54. This option enables support for the AMCC PPC440SPe evaluation board.
  55. config RAINIER
  56. bool "Rainier"
  57. depends on 44x
  58. default n
  59. select PPC44x_SIMPLE
  60. select 440GRX
  61. select PCI
  62. help
  63. This option enables support for the AMCC PPC440GRX evaluation board.
  64. config WARP
  65. bool "PIKA Warp"
  66. depends on 44x
  67. default n
  68. select 440EP
  69. help
  70. This option enables support for the PIKA Warp(tm) Appliance. The Warp
  71. is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
  72. stations and trunks.
  73. See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
  74. Telephony Developers" link for more information.
  75. config ARCHES
  76. bool "Arches"
  77. depends on 44x
  78. default n
  79. select PPC44x_SIMPLE
  80. select 460EX # Odd since it uses 460GT but the effects are the same
  81. select PCI
  82. select PPC4xx_PCI_EXPRESS
  83. help
  84. This option enables support for the AMCC Dual PPC460GT evaluation board.
  85. config CANYONLANDS
  86. bool "Canyonlands"
  87. depends on 44x
  88. default n
  89. select PPC44x_SIMPLE
  90. select 460EX
  91. select PCI
  92. select PPC4xx_PCI_EXPRESS
  93. select IBM_NEW_EMAC_RGMII
  94. select IBM_NEW_EMAC_ZMII
  95. help
  96. This option enables support for the AMCC PPC460EX evaluation board.
  97. config GLACIER
  98. bool "Glacier"
  99. depends on 44x
  100. default n
  101. select PPC44x_SIMPLE
  102. select 460EX # Odd since it uses 460GT but the effects are the same
  103. select PCI
  104. select PPC4xx_PCI_EXPRESS
  105. select IBM_NEW_EMAC_RGMII
  106. select IBM_NEW_EMAC_ZMII
  107. help
  108. This option enables support for the AMCC PPC460GT evaluation board.
  109. config REDWOOD
  110. bool "Redwood"
  111. depends on 44x
  112. default n
  113. select PPC44x_SIMPLE
  114. select 460SX
  115. select PCI
  116. select PPC4xx_PCI_EXPRESS
  117. help
  118. This option enables support for the AMCC PPC460SX Redwood board.
  119. config YOSEMITE
  120. bool "Yosemite"
  121. depends on 44x
  122. default n
  123. select PPC44x_SIMPLE
  124. select 440EP
  125. select PCI
  126. help
  127. This option enables support for the AMCC PPC440EP evaluation board.
  128. #config LUAN
  129. # bool "Luan"
  130. # depends on 44x
  131. # default n
  132. # select 440SP
  133. # help
  134. # This option enables support for the IBM PPC440SP evaluation board.
  135. #config OCOTEA
  136. # bool "Ocotea"
  137. # depends on 44x
  138. # default n
  139. # select 440GX
  140. # help
  141. # This option enables support for the IBM PPC440GX evaluation board.
  142. config XILINX_VIRTEX440_GENERIC_BOARD
  143. bool "Generic Xilinx Virtex 5 FXT board support"
  144. depends on 44x
  145. default n
  146. select XILINX_VIRTEX_5_FXT
  147. help
  148. This option enables generic support for Xilinx Virtex based boards
  149. that use a 440 based processor in the Virtex 5 FXT FPGA architecture.
  150. The generic virtex board support matches any device tree which
  151. specifies 'xlnx,virtex440' in its compatible field. This includes
  152. the Xilinx ML5xx reference designs using the powerpc core.
  153. Most Virtex 5 designs should use this unless it needs to do some
  154. special configuration at board probe time.
  155. config XILINX_ML510
  156. bool "Xilinx ML510 extra support"
  157. depends on XILINX_VIRTEX440_GENERIC_BOARD
  158. select PPC_PCI_CHOICE
  159. select XILINX_PCI if PCI
  160. select PPC_INDIRECT_PCI if PCI
  161. select PPC_I8259 if PCI
  162. help
  163. This option enables extra support for features on the Xilinx ML510
  164. board. The ML510 has a PCI bus with ALI south bridge.
  165. config PPC44x_SIMPLE
  166. bool "Simple PowerPC 44x board support"
  167. depends on 44x
  168. default n
  169. help
  170. This option enables the simple PowerPC 44x platform support.
  171. config PPC4xx_GPIO
  172. bool "PPC4xx GPIO support"
  173. depends on 44x
  174. select ARCH_REQUIRE_GPIOLIB
  175. select GENERIC_GPIO
  176. help
  177. Enable gpiolib support for ppc440 based boards
  178. # 44x specific CPU modules, selected based on the board above.
  179. config 440EP
  180. bool
  181. select PPC_FPU
  182. select IBM440EP_ERR42
  183. select IBM_NEW_EMAC_ZMII
  184. select USB_ARCH_HAS_OHCI
  185. config 440EPX
  186. bool
  187. select PPC_FPU
  188. select IBM_NEW_EMAC_EMAC4
  189. select IBM_NEW_EMAC_RGMII
  190. select IBM_NEW_EMAC_ZMII
  191. config 440GRX
  192. bool
  193. select IBM_NEW_EMAC_EMAC4
  194. select IBM_NEW_EMAC_RGMII
  195. select IBM_NEW_EMAC_ZMII
  196. config 440GP
  197. bool
  198. select IBM_NEW_EMAC_ZMII
  199. config 440GX
  200. bool
  201. select IBM_NEW_EMAC_EMAC4
  202. select IBM_NEW_EMAC_RGMII
  203. select IBM_NEW_EMAC_ZMII #test only
  204. select IBM_NEW_EMAC_TAH #test only
  205. config 440SP
  206. bool
  207. config 440SPe
  208. bool
  209. select IBM_NEW_EMAC_EMAC4
  210. config 460EX
  211. bool
  212. select PPC_FPU
  213. select IBM_NEW_EMAC_EMAC4
  214. select IBM_NEW_EMAC_TAH
  215. config 460SX
  216. bool
  217. select PPC_FPU
  218. select IBM_NEW_EMAC_EMAC4
  219. select IBM_NEW_EMAC_RGMII
  220. select IBM_NEW_EMAC_ZMII
  221. select IBM_NEW_EMAC_TAH
  222. # 44x errata/workaround config symbols, selected by the CPU models above
  223. config IBM440EP_ERR42
  224. bool
  225. # Xilinx specific config options.
  226. config XILINX_VIRTEX
  227. bool
  228. select DEFAULT_UIMAGE
  229. # Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
  230. config XILINX_VIRTEX_5_FXT
  231. bool
  232. select XILINX_VIRTEX