Kconfig 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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 LUAN
  63. # bool "Luan"
  64. # depends on 44x
  65. # default n
  66. # select 440SP
  67. # help
  68. # This option enables support for the IBM PPC440SP evaluation board.
  69. #config OCOTEA
  70. # bool "Ocotea"
  71. # depends on 44x
  72. # default n
  73. # select 440GX
  74. # help
  75. # This option enables support for the IBM PPC440GX evaluation board.
  76. # 44x specific CPU modules, selected based on the board above.
  77. config 440EP
  78. bool
  79. select PPC_FPU
  80. select IBM440EP_ERR42
  81. select IBM_NEW_EMAC_ZMII
  82. select USB_ARCH_HAS_OHCI
  83. config 440EPX
  84. bool
  85. select PPC_FPU
  86. select IBM_NEW_EMAC_EMAC4
  87. select IBM_NEW_EMAC_RGMII
  88. select IBM_NEW_EMAC_ZMII
  89. config 440GRX
  90. bool
  91. select IBM_NEW_EMAC_EMAC4
  92. select IBM_NEW_EMAC_RGMII
  93. select IBM_NEW_EMAC_ZMII
  94. config 440GP
  95. bool
  96. select IBM_NEW_EMAC_ZMII
  97. config 440GX
  98. bool
  99. select IBM_NEW_EMAC_EMAC4
  100. select IBM_NEW_EMAC_RGMII
  101. select IBM_NEW_EMAC_ZMII #test only
  102. select IBM_NEW_EMAC_TAH #test only
  103. config 440SP
  104. bool
  105. config 440SPe
  106. bool
  107. select IBM_NEW_EMAC_EMAC4
  108. # 44x errata/workaround config symbols, selected by the CPU models above
  109. config IBM440EP_ERR42
  110. bool