Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. config BAMBOO
  2. bool "Bamboo"
  3. depends on 44x
  4. default n
  5. select 440EP
  6. help
  7. This option enables support for the IBM PPC440EP evaluation board.
  8. config EBONY
  9. bool "Ebony"
  10. depends on 44x
  11. default y
  12. select 440GP
  13. select PCI
  14. help
  15. This option enables support for the IBM PPC440GP evaluation board.
  16. config SEQUOIA
  17. bool "Sequoia"
  18. depends on 44x
  19. default n
  20. select 440EPX
  21. help
  22. This option enables support for the AMCC PPC440EPX evaluation board.
  23. config TAISHAN
  24. bool "Taishan"
  25. depends on 44x
  26. default n
  27. select 440GX
  28. select PCI
  29. help
  30. This option enables support for the AMCC PPC440GX "Taishan"
  31. evaluation board.
  32. #config LUAN
  33. # bool "Luan"
  34. # depends on 44x
  35. # default n
  36. # select 440SP
  37. # help
  38. # This option enables support for the IBM PPC440SP evaluation board.
  39. #config OCOTEA
  40. # bool "Ocotea"
  41. # depends on 44x
  42. # default n
  43. # select 440GX
  44. # help
  45. # This option enables support for the IBM PPC440GX evaluation board.
  46. # 44x specific CPU modules, selected based on the board above.
  47. config 440EP
  48. bool
  49. select PPC_FPU
  50. select IBM440EP_ERR42
  51. select IBM_NEW_EMAC_ZMII
  52. config 440EPX
  53. bool
  54. select PPC_FPU
  55. select IBM_NEW_EMAC_EMAC4
  56. select IBM_NEW_EMAC_RGMII
  57. select IBM_NEW_EMAC_ZMII
  58. config 440GP
  59. bool
  60. select IBM_NEW_EMAC_ZMII
  61. config 440GX
  62. bool
  63. select IBM_NEW_EMAC_EMAC4
  64. select IBM_NEW_EMAC_RGMII
  65. select IBM_NEW_EMAC_ZMII #test only
  66. select IBM_NEW_EMAC_TAH #test only
  67. config 440SP
  68. bool
  69. # 44x errata/workaround config symbols, selected by the CPU models above
  70. config IBM440EP_ERR42
  71. bool