Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. menuconfig FSL_SOC_BOOKE
  2. bool "Freescale Book-E Machine Type"
  3. depends on PPC_85xx || PPC_BOOK3E
  4. select FSL_SOC
  5. select PPC_UDBG_16550
  6. select MPIC
  7. select PPC_PCI_CHOICE
  8. select FSL_PCI if PCI
  9. select SERIAL_8250_SHARE_IRQ if SERIAL_8250
  10. default y
  11. if FSL_SOC_BOOKE
  12. config MPC8540_ADS
  13. bool "Freescale MPC8540 ADS"
  14. select DEFAULT_UIMAGE
  15. help
  16. This option enables support for the MPC 8540 ADS board
  17. config MPC8560_ADS
  18. bool "Freescale MPC8560 ADS"
  19. select DEFAULT_UIMAGE
  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 PHYLIB
  33. select HAS_RAPIDIO
  34. select SWIOTLB
  35. help
  36. This option enables support for the MPC85xx MDS board
  37. config MPC8536_DS
  38. bool "Freescale MPC8536 DS"
  39. select DEFAULT_UIMAGE
  40. select SWIOTLB
  41. help
  42. This option enables support for the MPC8536 DS board
  43. config MPC85xx_DS
  44. bool "Freescale MPC85xx DS"
  45. select PPC_I8259
  46. select DEFAULT_UIMAGE
  47. select FSL_ULI1575
  48. select SWIOTLB
  49. help
  50. This option enables support for the MPC85xx DS (MPC8544 DS) board
  51. config MPC85xx_RDB
  52. bool "Freescale MPC85xx RDB"
  53. select PPC_I8259
  54. select DEFAULT_UIMAGE
  55. select FSL_ULI1575
  56. select SWIOTLB
  57. help
  58. This option enables support for the MPC85xx RDB (P2020 RDB) board
  59. config SOCRATES
  60. bool "Socrates"
  61. select DEFAULT_UIMAGE
  62. help
  63. This option enables support for the Socrates board.
  64. config KSI8560
  65. bool "Emerson KSI8560"
  66. select DEFAULT_UIMAGE
  67. help
  68. This option enables support for the Emerson KSI8560 board
  69. config XES_MPC85xx
  70. bool "X-ES single-board computer"
  71. select DEFAULT_UIMAGE
  72. help
  73. This option enables support for the various single-board
  74. computers from Extreme Engineering Solutions (X-ES) based on
  75. Freescale MPC85xx processors.
  76. Manufacturer: Extreme Engineering Solutions, Inc.
  77. URL: <http://www.xes-inc.com/>
  78. config STX_GP3
  79. bool "Silicon Turnkey Express GP3"
  80. help
  81. This option enables support for the Silicon Turnkey Express GP3
  82. board.
  83. select CPM2
  84. select DEFAULT_UIMAGE
  85. config TQM8540
  86. bool "TQ Components TQM8540"
  87. help
  88. This option enables support for the TQ Components TQM8540 board.
  89. select DEFAULT_UIMAGE
  90. select TQM85xx
  91. config TQM8541
  92. bool "TQ Components TQM8541"
  93. help
  94. This option enables support for the TQ Components TQM8541 board.
  95. select DEFAULT_UIMAGE
  96. select TQM85xx
  97. select CPM2
  98. config TQM8548
  99. bool "TQ Components TQM8548"
  100. help
  101. This option enables support for the TQ Components TQM8548 board.
  102. select DEFAULT_UIMAGE
  103. select TQM85xx
  104. config TQM8555
  105. bool "TQ Components TQM8555"
  106. help
  107. This option enables support for the TQ Components TQM8555 board.
  108. select DEFAULT_UIMAGE
  109. select TQM85xx
  110. select CPM2
  111. config TQM8560
  112. bool "TQ Components TQM8560"
  113. help
  114. This option enables support for the TQ Components TQM8560 board.
  115. select DEFAULT_UIMAGE
  116. select TQM85xx
  117. select CPM2
  118. config SBC8548
  119. bool "Wind River SBC8548"
  120. select DEFAULT_UIMAGE
  121. help
  122. This option enables support for the Wind River SBC8548 board
  123. config SBC8560
  124. bool "Wind River SBC8560"
  125. select DEFAULT_UIMAGE
  126. help
  127. This option enables support for the Wind River SBC8560 board
  128. config P4080_DS
  129. bool "Freescale P4080 DS"
  130. select DEFAULT_UIMAGE
  131. select PPC_FSL_BOOK3E
  132. select PPC_E500MC
  133. select PHYS_64BIT
  134. select SWIOTLB
  135. select MPC8xxx_GPIO
  136. select HAS_RAPIDIO
  137. help
  138. This option enables support for the P4080 DS board
  139. endif # FSL_SOC_BOOKE
  140. config TQM85xx
  141. bool