Kconfig 3.2 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. help
  62. This option enables generic support for Xilinx Virtex based boards.
  63. The generic virtex board support matches any device tree which
  64. specifies 'xilinx,virtex' in its compatible field. This includes
  65. the Xilinx ML3xx and ML4xx reference designs using the powerpc
  66. core.
  67. Most Virtex designs should use this unless it needs to do some
  68. special configuration at board probe time.
  69. config OBS600
  70. bool "OpenBlockS 600"
  71. depends on 40x
  72. default n
  73. select 405EX
  74. select PPC40x_SIMPLE
  75. help
  76. This option enables support for PlatHome OpenBlockS 600 server
  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. # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
  84. config 403GCX
  85. bool
  86. #depends on OAK
  87. select IBM405_ERR51
  88. config 405GP
  89. bool
  90. select IBM405_ERR77
  91. select IBM405_ERR51
  92. select IBM_EMAC_ZMII
  93. config 405EX
  94. bool
  95. select IBM_EMAC_EMAC4
  96. select IBM_EMAC_RGMII
  97. config 405EZ
  98. bool
  99. select IBM_EMAC_NO_FLOW_CTRL
  100. select IBM_EMAC_MAL_CLR_ICINTSTAT
  101. select IBM_EMAC_MAL_COMMON_ERR
  102. config XILINX_VIRTEX
  103. bool
  104. select DEFAULT_UIMAGE
  105. config XILINX_VIRTEX_II_PRO
  106. bool
  107. select XILINX_VIRTEX
  108. select IBM405_ERR77
  109. select IBM405_ERR51
  110. config XILINX_VIRTEX_4_FX
  111. bool
  112. select XILINX_VIRTEX
  113. config STB03xxx
  114. bool
  115. select IBM405_ERR77
  116. select IBM405_ERR51
  117. config PPC4xx_GPIO
  118. bool "PPC4xx GPIO support"
  119. depends on 40x
  120. select GPIOLIB
  121. help
  122. Enable gpiolib support for ppc40x based boards
  123. # 40x errata/workaround config symbols, selected by the CPU models above
  124. # All 405-based cores up until the 405GPR and 405EP have this errata.
  125. config IBM405_ERR77
  126. bool
  127. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
  128. config IBM405_ERR51
  129. bool
  130. config APM8018X
  131. bool "APM8018X"
  132. depends on 40x
  133. default n
  134. select PPC40x_SIMPLE
  135. help
  136. This option enables support for the AppliedMicro APM8018X evaluation
  137. board.