Kconfig 3.1 KB

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