Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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 YOSEMITE
  110. bool "Yosemite"
  111. depends on 44x
  112. default n
  113. select PPC44x_SIMPLE
  114. select 440EP
  115. select PCI
  116. help
  117. This option enables support for the AMCC PPC440EP evaluation board.
  118. #config LUAN
  119. # bool "Luan"
  120. # depends on 44x
  121. # default n
  122. # select 440SP
  123. # help
  124. # This option enables support for the IBM PPC440SP evaluation board.
  125. #config OCOTEA
  126. # bool "Ocotea"
  127. # depends on 44x
  128. # default n
  129. # select 440GX
  130. # help
  131. # This option enables support for the IBM PPC440GX evaluation board.
  132. config XILINX_VIRTEX440_GENERIC_BOARD
  133. bool "Generic Xilinx Virtex 440 board"
  134. depends on 44x
  135. default n
  136. select XILINX_VIRTEX_5_FXT
  137. help
  138. This option enables generic support for Xilinx Virtex based boards
  139. that use a 440 based processor in the Virtex 5 FXT FPGA architecture.
  140. The generic virtex board support matches any device tree which
  141. specifies 'xlnx,virtex440' in its compatible field. This includes
  142. the Xilinx ML5xx reference designs using the powerpc core.
  143. Most Virtex 5 designs should use this unless it needs to do some
  144. special configuration at board probe time.
  145. config PPC44x_SIMPLE
  146. bool "Simple PowerPC 44x board support"
  147. depends on 44x
  148. default n
  149. help
  150. This option enables the simple PowerPC 44x platform support.
  151. config PPC4xx_GPIO
  152. bool "PPC4xx GPIO support"
  153. depends on 44x
  154. select ARCH_REQUIRE_GPIOLIB
  155. select GENERIC_GPIO
  156. help
  157. Enable gpiolib support for ppc440 based boards
  158. # 44x specific CPU modules, selected based on the board above.
  159. config 440EP
  160. bool
  161. select PPC_FPU
  162. select IBM440EP_ERR42
  163. select IBM_NEW_EMAC_ZMII
  164. select USB_ARCH_HAS_OHCI
  165. config 440EPX
  166. bool
  167. select PPC_FPU
  168. select IBM_NEW_EMAC_EMAC4
  169. select IBM_NEW_EMAC_RGMII
  170. select IBM_NEW_EMAC_ZMII
  171. config 440GRX
  172. bool
  173. select IBM_NEW_EMAC_EMAC4
  174. select IBM_NEW_EMAC_RGMII
  175. select IBM_NEW_EMAC_ZMII
  176. config 440GP
  177. bool
  178. select IBM_NEW_EMAC_ZMII
  179. config 440GX
  180. bool
  181. select IBM_NEW_EMAC_EMAC4
  182. select IBM_NEW_EMAC_RGMII
  183. select IBM_NEW_EMAC_ZMII #test only
  184. select IBM_NEW_EMAC_TAH #test only
  185. config 440SP
  186. bool
  187. config 440SPe
  188. bool
  189. select IBM_NEW_EMAC_EMAC4
  190. config 460EX
  191. bool
  192. select PPC_FPU
  193. select IBM_NEW_EMAC_EMAC4
  194. select IBM_NEW_EMAC_TAH
  195. # 44x errata/workaround config symbols, selected by the CPU models above
  196. config IBM440EP_ERR42
  197. bool
  198. # Xilinx specific config options.
  199. config XILINX_VIRTEX
  200. bool
  201. # Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
  202. config XILINX_VIRTEX_5_FXT
  203. bool
  204. select XILINX_VIRTEX