Kconfig 3.0 KB

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