Kconfig 4.2 KB

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