Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. help
  16. This option enables support for the IBM PPC440GP evaluation board.
  17. config SEQUOIA
  18. bool "Sequoia"
  19. depends on 44x
  20. default n
  21. select 440EPX
  22. help
  23. This option enables support for the AMCC PPC440EPX evaluation board.
  24. config TAISHAN
  25. bool "Taishan"
  26. depends on 44x
  27. default n
  28. select 440GX
  29. select PCI
  30. help
  31. This option enables support for the AMCC PPC440GX "Taishan"
  32. evaluation board.
  33. config KATMAI
  34. bool "Katmai"
  35. depends on 44x
  36. default n
  37. select 440SPe
  38. select PCI
  39. select PPC4xx_PCI_EXPRESS
  40. help
  41. This option enables support for the AMCC PPC440SPe evaluation board.
  42. config RAINIER
  43. bool "Rainier"
  44. depends on 44x
  45. default n
  46. select 440GRX
  47. help
  48. This option enables support for the AMCC PPC440GRX evaluation board.
  49. #config LUAN
  50. # bool "Luan"
  51. # depends on 44x
  52. # default n
  53. # select 440SP
  54. # help
  55. # This option enables support for the IBM PPC440SP evaluation board.
  56. #config OCOTEA
  57. # bool "Ocotea"
  58. # depends on 44x
  59. # default n
  60. # select 440GX
  61. # help
  62. # This option enables support for the IBM PPC440GX evaluation board.
  63. # 44x specific CPU modules, selected based on the board above.
  64. config 440EP
  65. bool
  66. select PPC_FPU
  67. select IBM440EP_ERR42
  68. select IBM_NEW_EMAC_ZMII
  69. config 440EPX
  70. bool
  71. select PPC_FPU
  72. select IBM_NEW_EMAC_EMAC4
  73. select IBM_NEW_EMAC_RGMII
  74. select IBM_NEW_EMAC_ZMII
  75. config 440GRX
  76. bool
  77. select IBM_NEW_EMAC_EMAC4
  78. select IBM_NEW_EMAC_RGMII
  79. select IBM_NEW_EMAC_ZMII
  80. config 440GP
  81. bool
  82. select IBM_NEW_EMAC_ZMII
  83. config 440GX
  84. bool
  85. select IBM_NEW_EMAC_EMAC4
  86. select IBM_NEW_EMAC_RGMII
  87. select IBM_NEW_EMAC_ZMII #test only
  88. select IBM_NEW_EMAC_TAH #test only
  89. config 440SP
  90. bool
  91. config 440SPe
  92. select IBM_NEW_EMAC_EMAC4
  93. bool
  94. # 44x errata/workaround config symbols, selected by the CPU models above
  95. config IBM440EP_ERR42
  96. bool