Kconfig 2.8 KB

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