Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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 405EP
  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. 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
  94. config 405EP
  95. bool
  96. config 405EX
  97. bool
  98. select IBM_EMAC_EMAC4
  99. select IBM_EMAC_RGMII
  100. config 405EZ
  101. bool
  102. select IBM_EMAC_NO_FLOW_CTRL
  103. select IBM_EMAC_MAL_CLR_ICINTSTAT
  104. select IBM_EMAC_MAL_COMMON_ERR
  105. config 405GPR
  106. bool
  107. config XILINX_VIRTEX
  108. bool
  109. select DEFAULT_UIMAGE
  110. config XILINX_VIRTEX_II_PRO
  111. bool
  112. select XILINX_VIRTEX
  113. select IBM405_ERR77
  114. select IBM405_ERR51
  115. config XILINX_VIRTEX_4_FX
  116. bool
  117. select XILINX_VIRTEX
  118. config STB03xxx
  119. bool
  120. select IBM405_ERR77
  121. select IBM405_ERR51
  122. config PPC4xx_GPIO
  123. bool "PPC4xx GPIO support"
  124. depends on 40x
  125. select ARCH_REQUIRE_GPIOLIB
  126. select GENERIC_GPIO
  127. help
  128. Enable gpiolib support for ppc40x based boards
  129. # 40x errata/workaround config symbols, selected by the CPU models above
  130. # All 405-based cores up until the 405GPR and 405EP have this errata.
  131. config IBM405_ERR77
  132. bool
  133. # All 40x-based cores, up until the 405GPR and 405EP have this errata.
  134. config IBM405_ERR51
  135. bool
  136. config APM8018X
  137. bool "APM8018X"
  138. depends on 40x
  139. default n
  140. select PPC40x_SIMPLE
  141. help
  142. This option enables support for the AppliedMicro APM8018X evaluation
  143. board.