Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 LUAN
  24. # bool "Luan"
  25. # depends on 44x
  26. # default n
  27. # select 440SP
  28. # help
  29. # This option enables support for the IBM PPC440SP evaluation board.
  30. #config OCOTEA
  31. # bool "Ocotea"
  32. # depends on 44x
  33. # default n
  34. # select 440GX
  35. # help
  36. # This option enables support for the IBM PPC440GX evaluation board.
  37. # 44x specific CPU modules, selected based on the board above.
  38. config 440EP
  39. bool
  40. select PPC_FPU
  41. select IBM440EP_ERR42
  42. select IBM_NEW_EMAC_ZMII
  43. config 440EPX
  44. bool
  45. select PPC_FPU
  46. select IBM_NEW_EMAC_EMAC4
  47. select IBM_NEW_EMAC_RGMII
  48. select IBM_NEW_EMAC_ZMII
  49. config 440GP
  50. bool
  51. select IBM_NEW_EMAC_ZMII
  52. config 440GX
  53. bool
  54. config 440SP
  55. bool
  56. # 44x errata/workaround config symbols, selected by the CPU models above
  57. config IBM440EP_ERR42
  58. bool