Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. menuconfig MPC85xx
  2. bool "Machine Type"
  3. depends on PPC_85xx
  4. select PPC_UDBG_16550
  5. select MPIC
  6. select PPC_PCI_CHOICE
  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 CPM2
  20. help
  21. This option enables support for the MPC 8560 ADS board
  22. config MPC85xx_CDS
  23. bool "Freescale MPC85xx CDS"
  24. select DEFAULT_UIMAGE
  25. select PPC_I8259
  26. help
  27. This option enables support for the MPC85xx CDS board
  28. config MPC85xx_MDS
  29. bool "Freescale MPC85xx MDS"
  30. select DEFAULT_UIMAGE
  31. select PHYLIB
  32. select HAS_RAPIDIO
  33. select SWIOTLB
  34. help
  35. This option enables support for the MPC85xx MDS board
  36. config MPC8536_DS
  37. bool "Freescale MPC8536 DS"
  38. select DEFAULT_UIMAGE
  39. select SWIOTLB
  40. help
  41. This option enables support for the MPC8536 DS board
  42. config MPC85xx_DS
  43. bool "Freescale MPC85xx DS"
  44. select PPC_I8259
  45. select DEFAULT_UIMAGE
  46. select FSL_ULI1575
  47. select SWIOTLB
  48. help
  49. This option enables support for the MPC85xx DS (MPC8544 DS) board
  50. config SOCRATES
  51. bool "Socrates"
  52. select DEFAULT_UIMAGE
  53. help
  54. This option enables support for the Socrates board.
  55. config KSI8560
  56. bool "Emerson KSI8560"
  57. select DEFAULT_UIMAGE
  58. help
  59. This option enables support for the Emerson KSI8560 board
  60. config XES_MPC85xx
  61. bool "X-ES single-board computer"
  62. select DEFAULT_UIMAGE
  63. help
  64. This option enables support for the various single-board
  65. computers from Extreme Engineering Solutions (X-ES) based on
  66. Freescale MPC85xx processors.
  67. Manufacturer: Extreme Engineering Solutions, Inc.
  68. URL: <http://www.xes-inc.com/>
  69. config STX_GP3
  70. bool "Silicon Turnkey Express GP3"
  71. help
  72. This option enables support for the Silicon Turnkey Express GP3
  73. board.
  74. select CPM2
  75. select DEFAULT_UIMAGE
  76. config TQM8540
  77. bool "TQ Components TQM8540"
  78. help
  79. This option enables support for the TQ Components TQM8540 board.
  80. select DEFAULT_UIMAGE
  81. select TQM85xx
  82. config TQM8541
  83. bool "TQ Components TQM8541"
  84. help
  85. This option enables support for the TQ Components TQM8541 board.
  86. select DEFAULT_UIMAGE
  87. select TQM85xx
  88. select CPM2
  89. config TQM8548
  90. bool "TQ Components TQM8548"
  91. help
  92. This option enables support for the TQ Components TQM8548 board.
  93. select DEFAULT_UIMAGE
  94. select TQM85xx
  95. config TQM8555
  96. bool "TQ Components TQM8555"
  97. help
  98. This option enables support for the TQ Components TQM8555 board.
  99. select DEFAULT_UIMAGE
  100. select TQM85xx
  101. select CPM2
  102. config TQM8560
  103. bool "TQ Components TQM8560"
  104. help
  105. This option enables support for the TQ Components TQM8560 board.
  106. select DEFAULT_UIMAGE
  107. select TQM85xx
  108. select CPM2
  109. config SBC8548
  110. bool "Wind River SBC8548"
  111. select DEFAULT_UIMAGE
  112. help
  113. This option enables support for the Wind River SBC8548 board
  114. config SBC8560
  115. bool "Wind River SBC8560"
  116. select DEFAULT_UIMAGE
  117. help
  118. This option enables support for the Wind River SBC8560 board
  119. endif # MPC85xx
  120. config TQM85xx
  121. bool