Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. config ACADIA
  2. bool "Acadia"
  3. depends on 40x
  4. default n
  5. select PPC40x_SIMPLE
  6. select 405EZ
  7. help
  8. This option enables support for the AMCC 405EZ Acadia evaluation board.
  9. config EP405
  10. bool "EP405/EP405PC"
  11. depends on 40x
  12. default n
  13. select 405GP
  14. select PCI
  15. help
  16. This option enables support for the EP405/EP405PC boards.
  17. config HCU4
  18. bool "Hcu4"
  19. depends on 40x
  20. default n
  21. select 405GPR
  22. help
  23. This option enables support for the Nestal Maschinen HCU4 board.
  24. config HOTFOOT
  25. bool "Hotfoot"
  26. depends on 40x
  27. default n
  28. select 405EP
  29. select PPC40x_SIMPLE
  30. select PCI
  31. help
  32. This option enables support for the ESTEEM 195E Hotfoot board.
  33. config KILAUEA
  34. bool "Kilauea"
  35. depends on 40x
  36. default n
  37. select 405EX
  38. select PPC40x_SIMPLE
  39. select PPC4xx_PCI_EXPRESS
  40. select PCI_MSI
  41. select PPC4xx_MSI
  42. help
  43. This option enables support for the AMCC PPC405EX evaluation board.
  44. config MAKALU
  45. bool "Makalu"
  46. depends on 40x
  47. default n
  48. select 405EX
  49. select PCI
  50. select PPC4xx_PCI_EXPRESS
  51. select PPC40x_SIMPLE
  52. help
  53. This option enables support for the AMCC PPC405EX board.
  54. config WALNUT
  55. bool "Walnut"
  56. depends on 40x
  57. default y
  58. select 405GP
  59. select PCI
  60. select OF_RTC
  61. help
  62. This option enables support for the IBM PPC405GP evaluation board.
  63. config XILINX_VIRTEX_GENERIC_BOARD
  64. bool "Generic Xilinx Virtex board"
  65. depends on 40x
  66. default n
  67. select XILINX_VIRTEX_II_PRO
  68. select XILINX_VIRTEX_4_FX
  69. help
  70. This option enables generic support for Xilinx Virtex based boards.
  71. The generic virtex board support matches any device tree which
  72. specifies 'xilinx,virtex' in its compatible field. This includes
  73. the Xilinx ML3xx and ML4xx reference designs using the powerpc
  74. core.
  75. Most Virtex designs should use this unless it needs to do some
  76. special configuration at board probe time.
  77. config PPC40x_SIMPLE
  78. bool "Simple PowerPC 40x board support"
  79. depends on 40x
  80. default n
  81. help
  82. This option enables the simple PowerPC 40x platform support.
  83. # 40x specific CPU modules, selected based on the board above.
  84. config NP405H
  85. bool
  86. #depends on ASH
  87. # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
  88. config 403GCX
  89. bool
  90. #depends on OAK
  91. select IBM405_ERR51
  92. config 405GP
  93. bool
  94. select IBM405_ERR77
  95. select IBM405_ERR51
  96. select IBM_NEW_EMAC_ZMII
  97. config 405EP
  98. bool
  99. config 405EX
  100. bool
  101. select IBM_NEW_EMAC_EMAC4
  102. select IBM_NEW_EMAC_RGMII
  103. config 405EZ
  104. bool
  105. select IBM_NEW_EMAC_NO_FLOW_CTRL
  106. select IBM_NEW_EMAC_MAL_CLR_ICINTSTAT
  107. select IBM_NEW_EMAC_MAL_COMMON_ERR
  108. config 405GPR
  109. bool
  110. config XILINX_VIRTEX
  111. bool
  112. select DEFAULT_UIMAGE
  113. config XILINX_VIRTEX_II_PRO
  114. bool
  115. select XILINX_VIRTEX
  116. select IBM405_ERR77
  117. select IBM405_ERR51
  118. config XILINX_VIRTEX_4_FX
  119. bool
  120. select XILINX_VIRTEX
  121. config STB03xxx
  122. bool
  123. select IBM405_ERR77
  124. select IBM405_ERR51
  125. config PPC4xx_GPIO
  126. bool "PPC4xx GPIO support"
  127. depends on 40x
  128. select ARCH_REQUIRE_GPIOLIB
  129. select GENERIC_GPIO
  130. help
  131. Enable gpiolib support for ppc40x based boards
  132. # 40x errata/workaround config symbols, selected by the CPU models above
  133. # All 405-based cores up until the 405GPR and 405EP have this errata.
  134. config IBM405_ERR77
  135. bool
  136. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
  137. config IBM405_ERR51
  138. bool