Kconfig 2.8 KB

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