Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. select IBM_NEW_EMAC_ZMII
  51. config 440GX
  52. bool
  53. config 440SP
  54. bool
  55. config 440A
  56. bool
  57. depends on 440GX || 440EPX
  58. default y
  59. # 44x errata/workaround config symbols, selected by the CPU models above
  60. config IBM440EP_ERR42
  61. bool