Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ACADIA
  3. bool "Acadia"
  4. depends on 40x
  5. default n
  6. select PPC40x_SIMPLE
  7. select 405EZ
  8. help
  9. This option enables support for the AMCC 405EZ Acadia evaluation board.
  10. config EP405
  11. bool "EP405/EP405PC"
  12. depends on 40x
  13. default n
  14. select 405GP
  15. select PCI
  16. help
  17. This option enables support for the EP405/EP405PC boards.
  18. config HOTFOOT
  19. bool "Hotfoot"
  20. depends on 40x
  21. default n
  22. select PPC40x_SIMPLE
  23. select PCI
  24. help
  25. This option enables support for the ESTEEM 195E Hotfoot board.
  26. config KILAUEA
  27. bool "Kilauea"
  28. depends on 40x
  29. default n
  30. select 405EX
  31. select PPC40x_SIMPLE
  32. select PPC4xx_PCI_EXPRESS
  33. select PCI_MSI
  34. select PPC4xx_MSI
  35. help
  36. This option enables support for the AMCC PPC405EX evaluation board.
  37. config MAKALU
  38. bool "Makalu"
  39. depends on 40x
  40. default n
  41. select 405EX
  42. select PCI
  43. select PPC4xx_PCI_EXPRESS
  44. select PPC40x_SIMPLE
  45. help
  46. This option enables support for the AMCC PPC405EX board.
  47. config WALNUT
  48. bool "Walnut"
  49. depends on 40x
  50. default y
  51. select 405GP
  52. select PCI
  53. select OF_RTC
  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. select XILINX_INTC
  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. config OBS600
  72. bool "OpenBlockS 600"
  73. depends on 40x
  74. default n
  75. select 405EX
  76. select PPC40x_SIMPLE
  77. help
  78. This option enables support for PlatHome OpenBlockS 600 server
  79. config PPC40x_SIMPLE
  80. bool "Simple PowerPC 40x board support"
  81. depends on 40x
  82. default n
  83. help
  84. This option enables the simple PowerPC 40x platform support.
  85. # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
  86. config 403GCX
  87. bool
  88. #depends on OAK
  89. select IBM405_ERR51
  90. config 405GP
  91. bool
  92. select IBM405_ERR77
  93. select IBM405_ERR51
  94. select IBM_EMAC_ZMII if IBM_EMAC
  95. config 405EX
  96. bool
  97. select IBM_EMAC_EMAC4 if IBM_EMAC
  98. select IBM_EMAC_RGMII if IBM_EMAC
  99. config 405EZ
  100. bool
  101. select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC
  102. select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC
  103. select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC
  104. config XILINX_VIRTEX
  105. bool
  106. select DEFAULT_UIMAGE
  107. config XILINX_VIRTEX_II_PRO
  108. bool
  109. select XILINX_VIRTEX
  110. select IBM405_ERR77
  111. select IBM405_ERR51
  112. config XILINX_VIRTEX_4_FX
  113. bool
  114. select XILINX_VIRTEX
  115. config STB03xxx
  116. bool
  117. select IBM405_ERR77
  118. select IBM405_ERR51
  119. config PPC4xx_GPIO
  120. bool "PPC4xx GPIO support"
  121. depends on 40x
  122. select GPIOLIB
  123. help
  124. Enable gpiolib support for ppc40x based boards
  125. # 40x errata/workaround config symbols, selected by the CPU models above
  126. # All 405-based cores up until the 405GPR and 405EP have this errata.
  127. config IBM405_ERR77
  128. bool
  129. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
  130. config IBM405_ERR51
  131. bool
  132. config APM8018X
  133. bool "APM8018X"
  134. depends on 40x
  135. default n
  136. select PPC40x_SIMPLE
  137. help
  138. This option enables support for the AppliedMicro APM8018X evaluation
  139. board.