Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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 STX_GP3
  61. bool "Silicon Turnkey Express GP3"
  62. help
  63. This option enables support for the Silicon Turnkey Express GP3
  64. board.
  65. select CPM2
  66. select DEFAULT_UIMAGE
  67. config TQM8540
  68. bool "TQ Components TQM8540"
  69. help
  70. This option enables support for the TQ Components TQM8540 board.
  71. select DEFAULT_UIMAGE
  72. select TQM85xx
  73. config TQM8541
  74. bool "TQ Components TQM8541"
  75. help
  76. This option enables support for the TQ Components TQM8541 board.
  77. select DEFAULT_UIMAGE
  78. select TQM85xx
  79. select CPM2
  80. config TQM8548
  81. bool "TQ Components TQM8548"
  82. help
  83. This option enables support for the TQ Components TQM8548 board.
  84. select DEFAULT_UIMAGE
  85. select TQM85xx
  86. config TQM8555
  87. bool "TQ Components TQM8555"
  88. help
  89. This option enables support for the TQ Components TQM8555 board.
  90. select DEFAULT_UIMAGE
  91. select TQM85xx
  92. select CPM2
  93. config TQM8560
  94. bool "TQ Components TQM8560"
  95. help
  96. This option enables support for the TQ Components TQM8560 board.
  97. select DEFAULT_UIMAGE
  98. select TQM85xx
  99. select CPM2
  100. config SBC8548
  101. bool "Wind River SBC8548"
  102. select DEFAULT_UIMAGE
  103. help
  104. This option enables support for the Wind River SBC8548 board
  105. config SBC8560
  106. bool "Wind River SBC8560"
  107. select DEFAULT_UIMAGE
  108. help
  109. This option enables support for the Wind River SBC8560 board
  110. endif # MPC85xx
  111. config TQM85xx
  112. bool