Kconfig 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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 440 board"
  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 PPC44x_SIMPLE
  156. bool "Simple PowerPC 44x board support"
  157. depends on 44x
  158. default n
  159. help
  160. This option enables the simple PowerPC 44x platform support.
  161. config PPC4xx_GPIO
  162. bool "PPC4xx GPIO support"
  163. depends on 44x
  164. select ARCH_REQUIRE_GPIOLIB
  165. select GENERIC_GPIO
  166. help
  167. Enable gpiolib support for ppc440 based boards
  168. # 44x specific CPU modules, selected based on the board above.
  169. config 440EP
  170. bool
  171. select PPC_FPU
  172. select IBM440EP_ERR42
  173. select IBM_NEW_EMAC_ZMII
  174. select USB_ARCH_HAS_OHCI
  175. config 440EPX
  176. bool
  177. select PPC_FPU
  178. select IBM_NEW_EMAC_EMAC4
  179. select IBM_NEW_EMAC_RGMII
  180. select IBM_NEW_EMAC_ZMII
  181. config 440GRX
  182. bool
  183. select IBM_NEW_EMAC_EMAC4
  184. select IBM_NEW_EMAC_RGMII
  185. select IBM_NEW_EMAC_ZMII
  186. config 440GP
  187. bool
  188. select IBM_NEW_EMAC_ZMII
  189. config 440GX
  190. bool
  191. select IBM_NEW_EMAC_EMAC4
  192. select IBM_NEW_EMAC_RGMII
  193. select IBM_NEW_EMAC_ZMII #test only
  194. select IBM_NEW_EMAC_TAH #test only
  195. config 440SP
  196. bool
  197. config 440SPe
  198. bool
  199. select IBM_NEW_EMAC_EMAC4
  200. config 460EX
  201. bool
  202. select PPC_FPU
  203. select IBM_NEW_EMAC_EMAC4
  204. select IBM_NEW_EMAC_TAH
  205. config 460SX
  206. bool
  207. select PPC_FPU
  208. select IBM_NEW_EMAC_EMAC4
  209. select IBM_NEW_EMAC_RGMII
  210. select IBM_NEW_EMAC_ZMII
  211. select IBM_NEW_EMAC_TAH
  212. # 44x errata/workaround config symbols, selected by the CPU models above
  213. config IBM440EP_ERR42
  214. bool
  215. # Xilinx specific config options.
  216. config XILINX_VIRTEX
  217. bool
  218. # Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
  219. config XILINX_VIRTEX_5_FXT
  220. bool
  221. select XILINX_VIRTEX