Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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 LUAN
  52. # bool "Luan"
  53. # depends on 44x
  54. # default n
  55. # select 440SP
  56. # help
  57. # This option enables support for the IBM PPC440SP evaluation board.
  58. #config OCOTEA
  59. # bool "Ocotea"
  60. # depends on 44x
  61. # default n
  62. # select 440GX
  63. # help
  64. # This option enables support for the IBM PPC440GX evaluation board.
  65. # 44x specific CPU modules, selected based on the board above.
  66. config 440EP
  67. bool
  68. select PPC_FPU
  69. select IBM440EP_ERR42
  70. select IBM_NEW_EMAC_ZMII
  71. config 440EPX
  72. bool
  73. select PPC_FPU
  74. select IBM_NEW_EMAC_EMAC4
  75. select IBM_NEW_EMAC_RGMII
  76. select IBM_NEW_EMAC_ZMII
  77. config 440GRX
  78. bool
  79. select IBM_NEW_EMAC_EMAC4
  80. select IBM_NEW_EMAC_RGMII
  81. select IBM_NEW_EMAC_ZMII
  82. config 440GP
  83. bool
  84. select IBM_NEW_EMAC_ZMII
  85. config 440GX
  86. bool
  87. select IBM_NEW_EMAC_EMAC4
  88. select IBM_NEW_EMAC_RGMII
  89. select IBM_NEW_EMAC_ZMII #test only
  90. select IBM_NEW_EMAC_TAH #test only
  91. config 440SP
  92. bool
  93. config 440SPe
  94. select IBM_NEW_EMAC_EMAC4
  95. bool
  96. # 44x errata/workaround config symbols, selected by the CPU models above
  97. config IBM440EP_ERR42
  98. bool