Kconfig 960 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. select IBM_NEW_EMAC_ZMII
  37. config 440GX
  38. bool
  39. config 440SP
  40. bool
  41. config 440A
  42. bool
  43. depends on 440GX
  44. default y
  45. # 44x errata/workaround config symbols, selected by the CPU models above
  46. config IBM440EP_ERR42
  47. bool