Kconfig 2.8 KB

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