Kconfig 3.6 KB

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