Kconfig 3.8 KB

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