Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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 if PCI
  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 if PCI
  56. select SWIOTLB
  57. help
  58. This option enables support for the MPC85xx RDB (P2020 RDB) board
  59. config P1022_DS
  60. bool "Freescale P1022 DS"
  61. select DEFAULT_UIMAGE
  62. select CONFIG_PHYS_64BIT # The DTS has 36-bit addresses
  63. select SWIOTLB
  64. help
  65. This option enables support for the Freescale P1022DS reference board.
  66. config SOCRATES
  67. bool "Socrates"
  68. select DEFAULT_UIMAGE
  69. help
  70. This option enables support for the Socrates board.
  71. config KSI8560
  72. bool "Emerson KSI8560"
  73. select DEFAULT_UIMAGE
  74. help
  75. This option enables support for the Emerson KSI8560 board
  76. config XES_MPC85xx
  77. bool "X-ES single-board computer"
  78. select DEFAULT_UIMAGE
  79. help
  80. This option enables support for the various single-board
  81. computers from Extreme Engineering Solutions (X-ES) based on
  82. Freescale MPC85xx processors.
  83. Manufacturer: Extreme Engineering Solutions, Inc.
  84. URL: <http://www.xes-inc.com/>
  85. config STX_GP3
  86. bool "Silicon Turnkey Express GP3"
  87. help
  88. This option enables support for the Silicon Turnkey Express GP3
  89. board.
  90. select CPM2
  91. select DEFAULT_UIMAGE
  92. config TQM8540
  93. bool "TQ Components TQM8540"
  94. help
  95. This option enables support for the TQ Components TQM8540 board.
  96. select DEFAULT_UIMAGE
  97. select TQM85xx
  98. config TQM8541
  99. bool "TQ Components TQM8541"
  100. help
  101. This option enables support for the TQ Components TQM8541 board.
  102. select DEFAULT_UIMAGE
  103. select TQM85xx
  104. select CPM2
  105. config TQM8548
  106. bool "TQ Components TQM8548"
  107. help
  108. This option enables support for the TQ Components TQM8548 board.
  109. select DEFAULT_UIMAGE
  110. select TQM85xx
  111. config TQM8555
  112. bool "TQ Components TQM8555"
  113. help
  114. This option enables support for the TQ Components TQM8555 board.
  115. select DEFAULT_UIMAGE
  116. select TQM85xx
  117. select CPM2
  118. config TQM8560
  119. bool "TQ Components TQM8560"
  120. help
  121. This option enables support for the TQ Components TQM8560 board.
  122. select DEFAULT_UIMAGE
  123. select TQM85xx
  124. select CPM2
  125. config SBC8548
  126. bool "Wind River SBC8548"
  127. select DEFAULT_UIMAGE
  128. help
  129. This option enables support for the Wind River SBC8548 board
  130. config SBC8560
  131. bool "Wind River SBC8560"
  132. select DEFAULT_UIMAGE
  133. help
  134. This option enables support for the Wind River SBC8560 board
  135. config P4080_DS
  136. bool "Freescale P4080 DS"
  137. select DEFAULT_UIMAGE
  138. select PPC_FSL_BOOK3E
  139. select PPC_E500MC
  140. select PHYS_64BIT
  141. select SWIOTLB
  142. select MPC8xxx_GPIO
  143. select HAS_RAPIDIO
  144. help
  145. This option enables support for the P4080 DS board
  146. endif # FSL_SOC_BOOKE
  147. config TQM85xx
  148. bool