Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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 MPC85xx_RDB
  51. bool "Freescale MPC85xx RDB"
  52. select PPC_I8259
  53. select DEFAULT_UIMAGE
  54. select FSL_ULI1575
  55. select SWIOTLB
  56. help
  57. This option enables support for the MPC85xx RDB (P2020 RDB) board
  58. config SOCRATES
  59. bool "Socrates"
  60. select DEFAULT_UIMAGE
  61. help
  62. This option enables support for the Socrates board.
  63. config KSI8560
  64. bool "Emerson KSI8560"
  65. select DEFAULT_UIMAGE
  66. help
  67. This option enables support for the Emerson KSI8560 board
  68. config XES_MPC85xx
  69. bool "X-ES single-board computer"
  70. select DEFAULT_UIMAGE
  71. help
  72. This option enables support for the various single-board
  73. computers from Extreme Engineering Solutions (X-ES) based on
  74. Freescale MPC85xx processors.
  75. Manufacturer: Extreme Engineering Solutions, Inc.
  76. URL: <http://www.xes-inc.com/>
  77. config STX_GP3
  78. bool "Silicon Turnkey Express GP3"
  79. help
  80. This option enables support for the Silicon Turnkey Express GP3
  81. board.
  82. select CPM2
  83. select DEFAULT_UIMAGE
  84. config TQM8540
  85. bool "TQ Components TQM8540"
  86. help
  87. This option enables support for the TQ Components TQM8540 board.
  88. select DEFAULT_UIMAGE
  89. select TQM85xx
  90. config TQM8541
  91. bool "TQ Components TQM8541"
  92. help
  93. This option enables support for the TQ Components TQM8541 board.
  94. select DEFAULT_UIMAGE
  95. select TQM85xx
  96. select CPM2
  97. config TQM8548
  98. bool "TQ Components TQM8548"
  99. help
  100. This option enables support for the TQ Components TQM8548 board.
  101. select DEFAULT_UIMAGE
  102. select TQM85xx
  103. config TQM8555
  104. bool "TQ Components TQM8555"
  105. help
  106. This option enables support for the TQ Components TQM8555 board.
  107. select DEFAULT_UIMAGE
  108. select TQM85xx
  109. select CPM2
  110. config TQM8560
  111. bool "TQ Components TQM8560"
  112. help
  113. This option enables support for the TQ Components TQM8560 board.
  114. select DEFAULT_UIMAGE
  115. select TQM85xx
  116. select CPM2
  117. config SBC8548
  118. bool "Wind River SBC8548"
  119. select DEFAULT_UIMAGE
  120. help
  121. This option enables support for the Wind River SBC8548 board
  122. config SBC8560
  123. bool "Wind River SBC8560"
  124. select DEFAULT_UIMAGE
  125. help
  126. This option enables support for the Wind River SBC8560 board
  127. endif # MPC85xx
  128. config TQM85xx
  129. bool