Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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. # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
  105. config 403GCX
  106. bool
  107. #depends on OAK
  108. select IBM405_ERR51
  109. config 405GP
  110. bool
  111. select IBM405_ERR77
  112. select IBM405_ERR51
  113. select IBM_NEW_EMAC_ZMII
  114. config 405EP
  115. bool
  116. config 405EX
  117. bool
  118. select IBM_NEW_EMAC_EMAC4
  119. select IBM_NEW_EMAC_RGMII
  120. config 405EZ
  121. bool
  122. select IBM_NEW_EMAC_NO_FLOW_CTRL
  123. select IBM_NEW_EMAC_MAL_CLR_ICINTSTAT
  124. select IBM_NEW_EMAC_MAL_COMMON_ERR
  125. config 405GPR
  126. bool
  127. config XILINX_VIRTEX
  128. bool
  129. select DEFAULT_UIMAGE
  130. config XILINX_VIRTEX_II_PRO
  131. bool
  132. select XILINX_VIRTEX
  133. select IBM405_ERR77
  134. select IBM405_ERR51
  135. config XILINX_VIRTEX_4_FX
  136. bool
  137. select XILINX_VIRTEX
  138. config STB03xxx
  139. bool
  140. select IBM405_ERR77
  141. select IBM405_ERR51
  142. config PPC4xx_GPIO
  143. bool "PPC4xx GPIO support"
  144. depends on 40x
  145. select ARCH_REQUIRE_GPIOLIB
  146. select GENERIC_GPIO
  147. help
  148. Enable gpiolib support for ppc40x based boards
  149. # 40x errata/workaround config symbols, selected by the CPU models above
  150. # All 405-based cores up until the 405GPR and 405EP have this errata.
  151. config IBM405_ERR77
  152. bool
  153. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
  154. config IBM405_ERR51
  155. bool
  156. #config BIOS_FIXUP
  157. # bool
  158. # depends on BUBINGA || EP405 || SYCAMORE || WALNUT
  159. # default y
  160. #config PPC4xx_DMA
  161. # bool "PPC4xx DMA controller support"
  162. # depends on 4xx
  163. #config PPC4xx_EDMA
  164. # bool
  165. # depends on !STB03xxx && PPC4xx_DMA
  166. # default y