Kconfig 1009 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 LUAN
  16. # bool "Luan"
  17. # depends on 44x
  18. # default n
  19. # select 440SP
  20. # help
  21. # This option enables support for the IBM PPC440SP evaluation board.
  22. #config OCOTEA
  23. # bool "Ocotea"
  24. # depends on 44x
  25. # default n
  26. # select 440GX
  27. # help
  28. # This option enables support for the IBM PPC440GX evaluation board.
  29. # 44x specific CPU modules, selected based on the board above.
  30. config 440EP
  31. bool
  32. select PPC_FPU
  33. select IBM440EP_ERR42
  34. config 440GP
  35. bool
  36. # Disabled until the new EMAC Driver is merged.
  37. # select IBM_NEW_EMAC_ZMII
  38. config 440GX
  39. bool
  40. config 440SP
  41. bool
  42. config 440A
  43. bool
  44. depends on 440GX
  45. default y
  46. # 44x errata/workaround config symbols, selected by the CPU models above
  47. config IBM440EP_ERR42
  48. bool