Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. #config BUBINGA
  2. # bool "Bubinga"
  3. # depends on 40x
  4. # default n
  5. # select 405EP
  6. # help
  7. # This option enables support for the IBM 405EP evaluation board.
  8. #config CPCI405
  9. # bool "CPCI405"
  10. # depends on 40x
  11. # default n
  12. # select 405GP
  13. # help
  14. # This option enables support for the CPCI405 board.
  15. config ACADIA
  16. bool "Acadia"
  17. depends on 40x
  18. default n
  19. select PPC40x_SIMPLE
  20. select 405EZ
  21. help
  22. This option enables support for the AMCC 405EZ Acadia evaluation board.
  23. config EP405
  24. bool "EP405/EP405PC"
  25. depends on 40x
  26. default n
  27. select 405GP
  28. select PCI
  29. help
  30. This option enables support for the EP405/EP405PC boards.
  31. config HCU4
  32. bool "Hcu4"
  33. depends on 40x
  34. default n
  35. select 405GPR
  36. help
  37. This option enables support for the Nestal Maschinen HCU4 board.
  38. config KILAUEA
  39. bool "Kilauea"
  40. depends on 40x
  41. default n
  42. select 405EX
  43. select PPC40x_SIMPLE
  44. select PPC4xx_PCI_EXPRESS
  45. help
  46. This option enables support for the AMCC PPC405EX evaluation board.
  47. config MAKALU
  48. bool "Makalu"
  49. depends on 40x
  50. default n
  51. select 405EX
  52. select PCI
  53. select PPC4xx_PCI_EXPRESS
  54. select PPC40x_SIMPLE
  55. help
  56. This option enables support for the AMCC PPC405EX board.
  57. #config REDWOOD_5
  58. # bool "Redwood-5"
  59. # depends on 40x
  60. # default n
  61. # select STB03xxx
  62. # help
  63. # This option enables support for the IBM STB04 evaluation board.
  64. #config REDWOOD_6
  65. # bool "Redwood-6"
  66. # depends on 40x
  67. # default n
  68. # select STB03xxx
  69. # help
  70. # This option enables support for the IBM STBx25xx evaluation board.
  71. #config SYCAMORE
  72. # bool "Sycamore"
  73. # depends on 40x
  74. # default n
  75. # select 405GPR
  76. # help
  77. # This option enables support for the IBM PPC405GPr evaluation board.
  78. config WALNUT
  79. bool "Walnut"
  80. depends on 40x
  81. default y
  82. select 405GP
  83. select PCI
  84. select OF_RTC
  85. help
  86. This option enables support for the IBM PPC405GP evaluation board.
  87. config XILINX_VIRTEX_GENERIC_BOARD
  88. bool "Generic Xilinx Virtex board"
  89. depends on 40x
  90. default n
  91. select XILINX_VIRTEX_II_PRO
  92. select XILINX_VIRTEX_4_FX
  93. help
  94. This option enables generic support for Xilinx Virtex based boards.
  95. The generic virtex board support matches any device tree which
  96. specifies 'xilinx,virtex' in its compatible field. This includes
  97. the Xilinx ML3xx and ML4xx reference designs using the powerpc
  98. core.
  99. Most Virtex designs should use this unless it needs to do some
  100. special configuration at board probe time.
  101. config PPC40x_SIMPLE
  102. bool "Simple PowerPC 40x board support"
  103. depends on 40x
  104. default n
  105. help
  106. This option enables the simple PowerPC 40x platform support.
  107. # 40x specific CPU modules, selected based on the board above.
  108. config NP405H
  109. bool
  110. #depends on ASH
  111. # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
  112. config 403GCX
  113. bool
  114. #depends on OAK
  115. select IBM405_ERR51
  116. config 405GP
  117. bool
  118. select IBM405_ERR77
  119. select IBM405_ERR51
  120. select IBM_NEW_EMAC_ZMII
  121. config 405EP
  122. bool
  123. config 405EX
  124. bool
  125. select IBM_NEW_EMAC_EMAC4
  126. select IBM_NEW_EMAC_RGMII
  127. config 405EZ
  128. bool
  129. select IBM_NEW_EMAC_NO_FLOW_CTRL
  130. select IBM_NEW_EMAC_MAL_CLR_ICINTSTAT
  131. select IBM_NEW_EMAC_MAL_COMMON_ERR
  132. config 405GPR
  133. bool
  134. config XILINX_VIRTEX
  135. bool
  136. select DEFAULT_UIMAGE
  137. config XILINX_VIRTEX_II_PRO
  138. bool
  139. select XILINX_VIRTEX
  140. select IBM405_ERR77
  141. select IBM405_ERR51
  142. config XILINX_VIRTEX_4_FX
  143. bool
  144. select XILINX_VIRTEX
  145. config STB03xxx
  146. bool
  147. select IBM405_ERR77
  148. select IBM405_ERR51
  149. config PPC4xx_GPIO
  150. bool "PPC4xx GPIO support"
  151. depends on 40x
  152. select ARCH_REQUIRE_GPIOLIB
  153. select GENERIC_GPIO
  154. help
  155. Enable gpiolib support for ppc40x based boards
  156. # 40x errata/workaround config symbols, selected by the CPU models above
  157. # All 405-based cores up until the 405GPR and 405EP have this errata.
  158. config IBM405_ERR77
  159. bool
  160. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
  161. config IBM405_ERR51
  162. bool
  163. #config BIOS_FIXUP
  164. # bool
  165. # depends on BUBINGA || EP405 || SYCAMORE || WALNUT
  166. # default y
  167. #config PPC4xx_DMA
  168. # bool "PPC4xx DMA controller support"
  169. # depends on 4xx
  170. #config PPC4xx_EDMA
  171. # bool
  172. # depends on !STB03xxx && PPC4xx_DMA
  173. # default y