Kconfig 3.0 KB

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