Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. help
  14. This option enables support for the IBM PPC440GP evaluation board.
  15. config SEQUOIA
  16. bool "Sequoia"
  17. depends on 44x
  18. default n
  19. select 440EPX
  20. help
  21. This option enables support for the AMCC PPC440EPX evaluation board.
  22. #config LUAN
  23. # bool "Luan"
  24. # depends on 44x
  25. # default n
  26. # select 440SP
  27. # help
  28. # This option enables support for the IBM PPC440SP evaluation board.
  29. #config OCOTEA
  30. # bool "Ocotea"
  31. # depends on 44x
  32. # default n
  33. # select 440GX
  34. # help
  35. # This option enables support for the IBM PPC440GX evaluation board.
  36. # 44x specific CPU modules, selected based on the board above.
  37. config 440EP
  38. bool
  39. select PPC_FPU
  40. select IBM440EP_ERR42
  41. # select IBM_NEW_EMAC_ZMII
  42. config 440EPX
  43. bool
  44. select PPC_FPU
  45. # Disabled until the new EMAC Driver is merged.
  46. # select IBM_NEW_EMAC_EMAC4
  47. # select IBM_NEW_EMAC_ZMII
  48. config 440GP
  49. bool
  50. # Disabled until the new EMAC Driver is merged.
  51. # select IBM_NEW_EMAC_ZMII
  52. config 440GX
  53. bool
  54. config 440SP
  55. bool
  56. config 440A
  57. bool
  58. depends on 440GX || 440EPX
  59. default y
  60. # 44x errata/workaround config symbols, selected by the CPU models above
  61. config IBM440EP_ERR42
  62. bool