Kconfig 3.9 KB

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