Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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 LUAN
  72. # bool "Luan"
  73. # depends on 44x
  74. # default n
  75. # select 440SP
  76. # help
  77. # This option enables support for the IBM PPC440SP evaluation board.
  78. #config OCOTEA
  79. # bool "Ocotea"
  80. # depends on 44x
  81. # default n
  82. # select 440GX
  83. # help
  84. # This option enables support for the IBM PPC440GX evaluation board.
  85. # 44x specific CPU modules, selected based on the board above.
  86. config 440EP
  87. bool
  88. select PPC_FPU
  89. select IBM440EP_ERR42
  90. select IBM_NEW_EMAC_ZMII
  91. select USB_ARCH_HAS_OHCI
  92. config 440EPX
  93. bool
  94. select PPC_FPU
  95. select IBM_NEW_EMAC_EMAC4
  96. select IBM_NEW_EMAC_RGMII
  97. select IBM_NEW_EMAC_ZMII
  98. config 440GRX
  99. bool
  100. select IBM_NEW_EMAC_EMAC4
  101. select IBM_NEW_EMAC_RGMII
  102. select IBM_NEW_EMAC_ZMII
  103. config 440GP
  104. bool
  105. select IBM_NEW_EMAC_ZMII
  106. config 440GX
  107. bool
  108. select IBM_NEW_EMAC_EMAC4
  109. select IBM_NEW_EMAC_RGMII
  110. select IBM_NEW_EMAC_ZMII #test only
  111. select IBM_NEW_EMAC_TAH #test only
  112. config 440SP
  113. bool
  114. config 440SPe
  115. bool
  116. select IBM_NEW_EMAC_EMAC4
  117. config 460EX
  118. bool
  119. select PPC_FPU
  120. select IBM_NEW_EMAC_EMAC4
  121. select IBM_NEW_EMAC_RGMII
  122. select IBM_NEW_EMAC_ZMII
  123. select IBM_NEW_EMAC_TAH
  124. # 44x errata/workaround config symbols, selected by the CPU models above
  125. config IBM440EP_ERR42
  126. bool