Kconfig 3.6 KB

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