Kconfig 3.9 KB

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