Kconfig 3.3 KB

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