Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. menuconfig MPC85xx
  2. bool "Machine Type"
  3. depends on PPC_85xx
  4. select PPC_UDBG_16550
  5. select PPC_INDIRECT_PCI if PCI
  6. select MPIC
  7. select FSL_PCI if PCI
  8. select SERIAL_8250_SHARE_IRQ if SERIAL_8250
  9. default y
  10. if MPC85xx
  11. config MPC8540_ADS
  12. bool "Freescale MPC8540 ADS"
  13. select DEFAULT_UIMAGE
  14. help
  15. This option enables support for the MPC 8540 ADS board
  16. config MPC8560_ADS
  17. bool "Freescale MPC8560 ADS"
  18. select DEFAULT_UIMAGE
  19. select PPC_CPM_NEW_BINDING
  20. select CPM2
  21. help
  22. This option enables support for the MPC 8560 ADS board
  23. config MPC85xx_CDS
  24. bool "Freescale MPC85xx CDS"
  25. select DEFAULT_UIMAGE
  26. select PPC_I8259
  27. help
  28. This option enables support for the MPC85xx CDS board
  29. config MPC85xx_MDS
  30. bool "Freescale MPC85xx MDS"
  31. select DEFAULT_UIMAGE
  32. select QUICC_ENGINE
  33. help
  34. This option enables support for the MPC85xx MDS board
  35. config MPC85xx_DS
  36. bool "Freescale MPC85xx DS"
  37. select PPC_I8259
  38. select DEFAULT_UIMAGE
  39. select FSL_ULI1575
  40. help
  41. This option enables support for the MPC85xx DS (MPC8544 DS) board
  42. config KSI8560
  43. bool "Emerson KSI8560"
  44. select PPC_CPM_NEW_BINDING
  45. select DEFAULT_UIMAGE
  46. help
  47. This option enables support for the Emerson KSI8560 board
  48. config STX_GP3
  49. bool "Silicon Turnkey Express GP3"
  50. help
  51. This option enables support for the Silicon Turnkey Express GP3
  52. board.
  53. select CPM2
  54. select DEFAULT_UIMAGE
  55. select PPC_CPM_NEW_BINDING
  56. config TQM8540
  57. bool "TQ Components TQM8540"
  58. help
  59. This option enables support for the TQ Components TQM8540 board.
  60. select DEFAULT_UIMAGE
  61. select PPC_CPM_NEW_BINDING
  62. select TQM85xx
  63. config TQM8541
  64. bool "TQ Components TQM8541"
  65. help
  66. This option enables support for the TQ Components TQM8541 board.
  67. select DEFAULT_UIMAGE
  68. select PPC_CPM_NEW_BINDING
  69. select TQM85xx
  70. select CPM2
  71. config TQM8555
  72. bool "TQ Components TQM8555"
  73. help
  74. This option enables support for the TQ Components TQM8555 board.
  75. select DEFAULT_UIMAGE
  76. select PPC_CPM_NEW_BINDING
  77. select TQM85xx
  78. select CPM2
  79. config TQM8560
  80. bool "TQ Components TQM8560"
  81. help
  82. This option enables support for the TQ Components TQM8560 board.
  83. select DEFAULT_UIMAGE
  84. select PPC_CPM_NEW_BINDING
  85. select TQM85xx
  86. select CPM2
  87. config SBC8548
  88. bool "Wind River SBC8548"
  89. select DEFAULT_UIMAGE
  90. help
  91. This option enables support for the Wind River SBC8548 board
  92. config SBC8560
  93. bool "Wind River SBC8560"
  94. select DEFAULT_UIMAGE
  95. select PPC_CPM_NEW_BINDING if CPM2
  96. help
  97. This option enables support for the Wind River SBC8560 board
  98. endif # MPC85xx
  99. config TQM85xx
  100. bool