Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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 440EPX
  32. help
  33. This option enables support for the AMCC PPC440EPX evaluation board.
  34. config TAISHAN
  35. bool "Taishan"
  36. depends on 44x
  37. default n
  38. select 440GX
  39. select PCI
  40. help
  41. This option enables support for the AMCC PPC440GX "Taishan"
  42. evaluation board.
  43. config KATMAI
  44. bool "Katmai"
  45. depends on 44x
  46. default n
  47. select 440SPe
  48. select PCI
  49. select PPC4xx_PCI_EXPRESS
  50. help
  51. This option enables support for the AMCC PPC440SPe evaluation board.
  52. config RAINIER
  53. bool "Rainier"
  54. depends on 44x
  55. default n
  56. select 440GRX
  57. select PCI
  58. help
  59. This option enables support for the AMCC PPC440GRX evaluation board.
  60. config WARP
  61. bool "PIKA Warp"
  62. depends on 44x
  63. default n
  64. select 440EP
  65. help
  66. This option enables support for the PIKA Warp(tm) Appliance. The Warp
  67. is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
  68. stations and trunks.
  69. See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
  70. Telephony Developers" link for more information.
  71. config CANYONLANDS
  72. bool "Canyonlands"
  73. depends on 44x
  74. default n
  75. select 460EX
  76. select PCI
  77. select PPC4xx_PCI_EXPRESS
  78. help
  79. This option enables support for the AMCC PPC460EX evaluation board.
  80. config YOSEMITE
  81. bool "Yosemite"
  82. depends on 44x
  83. default n
  84. select PPC44x_SIMPLE
  85. select 440EP
  86. select PCI
  87. help
  88. This option enables support for the AMCC PPC440EP evaluation board.
  89. #config LUAN
  90. # bool "Luan"
  91. # depends on 44x
  92. # default n
  93. # select 440SP
  94. # help
  95. # This option enables support for the IBM PPC440SP evaluation board.
  96. #config OCOTEA
  97. # bool "Ocotea"
  98. # depends on 44x
  99. # default n
  100. # select 440GX
  101. # help
  102. # This option enables support for the IBM PPC440GX evaluation board.
  103. config XILINX_VIRTEX440_GENERIC_BOARD
  104. bool "Generic Xilinx Virtex 440 board"
  105. depends on 44x
  106. default n
  107. select XILINX_VIRTEX_5_FXT
  108. help
  109. This option enables generic support for Xilinx Virtex based boards
  110. that use a 440 based processor in the Virtex 5 FXT FPGA architecture.
  111. The generic virtex board support matches any device tree which
  112. specifies 'xlnx,virtex440' in its compatible field. This includes
  113. the Xilinx ML5xx reference designs using the powerpc core.
  114. Most Virtex 5 designs should use this unless it needs to do some
  115. special configuration at board probe time.
  116. config PPC44x_SIMPLE
  117. bool "Simple PowerPC 44x board support"
  118. depends on 44x
  119. default n
  120. help
  121. This option enables the simple PowerPC 44x platform support.
  122. # 44x specific CPU modules, selected based on the board above.
  123. config 440EP
  124. bool
  125. select PPC_FPU
  126. select IBM440EP_ERR42
  127. select IBM_NEW_EMAC_ZMII
  128. select USB_ARCH_HAS_OHCI
  129. config 440EPX
  130. bool
  131. select PPC_FPU
  132. select IBM_NEW_EMAC_EMAC4
  133. select IBM_NEW_EMAC_RGMII
  134. select IBM_NEW_EMAC_ZMII
  135. config 440GRX
  136. bool
  137. select IBM_NEW_EMAC_EMAC4
  138. select IBM_NEW_EMAC_RGMII
  139. select IBM_NEW_EMAC_ZMII
  140. config 440GP
  141. bool
  142. select IBM_NEW_EMAC_ZMII
  143. config 440GX
  144. bool
  145. select IBM_NEW_EMAC_EMAC4
  146. select IBM_NEW_EMAC_RGMII
  147. select IBM_NEW_EMAC_ZMII #test only
  148. select IBM_NEW_EMAC_TAH #test only
  149. config 440SP
  150. bool
  151. config 440SPe
  152. bool
  153. select IBM_NEW_EMAC_EMAC4
  154. config 460EX
  155. bool
  156. select PPC_FPU
  157. select IBM_NEW_EMAC_EMAC4
  158. select IBM_NEW_EMAC_RGMII
  159. select IBM_NEW_EMAC_ZMII
  160. select IBM_NEW_EMAC_TAH
  161. # 44x errata/workaround config symbols, selected by the CPU models above
  162. config IBM440EP_ERR42
  163. bool
  164. # Xilinx specific config options.
  165. config XILINX_VIRTEX
  166. bool
  167. # Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
  168. config XILINX_VIRTEX_5_FXT
  169. bool
  170. select XILINX_VIRTEX