Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. config BAMBOO
  2. bool "Bamboo"
  3. depends on 44x
  4. default n
  5. select 440EP
  6. select PCI
  7. help
  8. This option enables support for the IBM PPC440EP evaluation board.
  9. config EBONY
  10. bool "Ebony"
  11. depends on 44x
  12. default y
  13. select 440GP
  14. select PCI
  15. select OF_RTC
  16. help
  17. This option enables support for the IBM PPC440GP evaluation board.
  18. config SEQUOIA
  19. bool "Sequoia"
  20. depends on 44x
  21. default n
  22. select 440EPX
  23. help
  24. This option enables support for the AMCC PPC440EPX evaluation board.
  25. config TAISHAN
  26. bool "Taishan"
  27. depends on 44x
  28. default n
  29. select 440GX
  30. select PCI
  31. help
  32. This option enables support for the AMCC PPC440GX "Taishan"
  33. evaluation board.
  34. config KATMAI
  35. bool "Katmai"
  36. depends on 44x
  37. default n
  38. select 440SPe
  39. select PCI
  40. select PPC4xx_PCI_EXPRESS
  41. help
  42. This option enables support for the AMCC PPC440SPe evaluation board.
  43. config RAINIER
  44. bool "Rainier"
  45. depends on 44x
  46. default n
  47. select 440GRX
  48. select PCI
  49. help
  50. This option enables support for the AMCC PPC440GRX evaluation board.
  51. config WARP
  52. bool "PIKA Warp"
  53. depends on 44x
  54. default n
  55. select 440EP
  56. help
  57. This option enables support for the PIKA Warp(tm) Appliance. The Warp
  58. is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
  59. stations and trunks.
  60. See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
  61. Telephony Developers" link for more information.
  62. config CANYONLANDS
  63. bool "Canyonlands"
  64. depends on 44x
  65. default n
  66. select 460EX
  67. select PCI
  68. select PPC4xx_PCI_EXPRESS
  69. help
  70. This option enables support for the AMCC PPC460EX evaluation board.
  71. config YOSEMITE
  72. bool "Yosemite"
  73. depends on 44x
  74. default n
  75. select 440EP
  76. select PCI
  77. help
  78. This option enables support for the AMCC PPC440EP evaluation board.
  79. #config LUAN
  80. # bool "Luan"
  81. # depends on 44x
  82. # default n
  83. # select 440SP
  84. # help
  85. # This option enables support for the IBM PPC440SP evaluation board.
  86. #config OCOTEA
  87. # bool "Ocotea"
  88. # depends on 44x
  89. # default n
  90. # select 440GX
  91. # help
  92. # This option enables support for the IBM PPC440GX evaluation board.
  93. # 44x specific CPU modules, selected based on the board above.
  94. config 440EP
  95. bool
  96. select PPC_FPU
  97. select IBM440EP_ERR42
  98. select IBM_NEW_EMAC_ZMII
  99. select USB_ARCH_HAS_OHCI
  100. config 440EPX
  101. bool
  102. select PPC_FPU
  103. select IBM_NEW_EMAC_EMAC4
  104. select IBM_NEW_EMAC_RGMII
  105. select IBM_NEW_EMAC_ZMII
  106. config 440GRX
  107. bool
  108. select IBM_NEW_EMAC_EMAC4
  109. select IBM_NEW_EMAC_RGMII
  110. select IBM_NEW_EMAC_ZMII
  111. config 440GP
  112. bool
  113. select IBM_NEW_EMAC_ZMII
  114. config 440GX
  115. bool
  116. select IBM_NEW_EMAC_EMAC4
  117. select IBM_NEW_EMAC_RGMII
  118. select IBM_NEW_EMAC_ZMII #test only
  119. select IBM_NEW_EMAC_TAH #test only
  120. config 440SP
  121. bool
  122. config 440SPe
  123. bool
  124. select IBM_NEW_EMAC_EMAC4
  125. config 460EX
  126. bool
  127. select PPC_FPU
  128. select IBM_NEW_EMAC_EMAC4
  129. select IBM_NEW_EMAC_RGMII
  130. select IBM_NEW_EMAC_ZMII
  131. select IBM_NEW_EMAC_TAH
  132. # 44x errata/workaround config symbols, selected by the CPU models above
  133. config IBM440EP_ERR42
  134. bool