Kconfig 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. select PCI_MSI
  55. select PPC4xx_MSI
  56. help
  57. This option enables support for the AMCC PPC405EX evaluation board.
  58. config MAKALU
  59. bool "Makalu"
  60. depends on 40x
  61. default n
  62. select 405EX
  63. select PCI
  64. select PPC4xx_PCI_EXPRESS
  65. select PPC40x_SIMPLE
  66. help
  67. This option enables support for the AMCC PPC405EX board.
  68. #config SYCAMORE
  69. # bool "Sycamore"
  70. # depends on 40x
  71. # default n
  72. # select 405GPR
  73. # help
  74. # This option enables support for the IBM PPC405GPr evaluation board.
  75. config WALNUT
  76. bool "Walnut"
  77. depends on 40x
  78. default y
  79. select 405GP
  80. select PCI
  81. select OF_RTC
  82. help
  83. This option enables support for the IBM PPC405GP evaluation board.
  84. config XILINX_VIRTEX_GENERIC_BOARD
  85. bool "Generic Xilinx Virtex board"
  86. depends on 40x
  87. default n
  88. select XILINX_VIRTEX_II_PRO
  89. select XILINX_VIRTEX_4_FX
  90. help
  91. This option enables generic support for Xilinx Virtex based boards.
  92. The generic virtex board support matches any device tree which
  93. specifies 'xilinx,virtex' in its compatible field. This includes
  94. the Xilinx ML3xx and ML4xx reference designs using the powerpc
  95. core.
  96. Most Virtex designs should use this unless it needs to do some
  97. special configuration at board probe time.
  98. config PPC40x_SIMPLE
  99. bool "Simple PowerPC 40x board support"
  100. depends on 40x
  101. default n
  102. help
  103. This option enables the simple PowerPC 40x platform support.
  104. # 40x specific CPU modules, selected based on the board above.
  105. config NP405H
  106. bool
  107. #depends on ASH
  108. # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
  109. config 403GCX
  110. bool
  111. #depends on OAK
  112. select IBM405_ERR51
  113. config 405GP
  114. bool
  115. select IBM405_ERR77
  116. select IBM405_ERR51
  117. select IBM_NEW_EMAC_ZMII
  118. config 405EP
  119. bool
  120. config 405EX
  121. bool
  122. select IBM_NEW_EMAC_EMAC4
  123. select IBM_NEW_EMAC_RGMII
  124. config 405EZ
  125. bool
  126. select IBM_NEW_EMAC_NO_FLOW_CTRL
  127. select IBM_NEW_EMAC_MAL_CLR_ICINTSTAT
  128. select IBM_NEW_EMAC_MAL_COMMON_ERR
  129. config 405GPR
  130. bool
  131. config XILINX_VIRTEX
  132. bool
  133. select DEFAULT_UIMAGE
  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