Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. help
  34. This option enables support for the MPC85xx MDS board
  35. config MPC8536_DS
  36. bool "Freescale MPC8536 DS"
  37. select DEFAULT_UIMAGE
  38. help
  39. This option enables support for the MPC8536 DS board
  40. config MPC85xx_DS
  41. bool "Freescale MPC85xx DS"
  42. select PPC_I8259
  43. select DEFAULT_UIMAGE
  44. select FSL_ULI1575
  45. help
  46. This option enables support for the MPC85xx DS (MPC8544 DS) board
  47. config SOCRATES
  48. bool "Socrates"
  49. select DEFAULT_UIMAGE
  50. help
  51. This option enables support for the Socrates board.
  52. config KSI8560
  53. bool "Emerson KSI8560"
  54. select DEFAULT_UIMAGE
  55. help
  56. This option enables support for the Emerson KSI8560 board
  57. config STX_GP3
  58. bool "Silicon Turnkey Express GP3"
  59. help
  60. This option enables support for the Silicon Turnkey Express GP3
  61. board.
  62. select CPM2
  63. select DEFAULT_UIMAGE
  64. config TQM8540
  65. bool "TQ Components TQM8540"
  66. help
  67. This option enables support for the TQ Components TQM8540 board.
  68. select DEFAULT_UIMAGE
  69. select TQM85xx
  70. config TQM8541
  71. bool "TQ Components TQM8541"
  72. help
  73. This option enables support for the TQ Components TQM8541 board.
  74. select DEFAULT_UIMAGE
  75. select TQM85xx
  76. select CPM2
  77. config TQM8548
  78. bool "TQ Components TQM8548"
  79. help
  80. This option enables support for the TQ Components TQM8548 board.
  81. select DEFAULT_UIMAGE
  82. select TQM85xx
  83. config TQM8555
  84. bool "TQ Components TQM8555"
  85. help
  86. This option enables support for the TQ Components TQM8555 board.
  87. select DEFAULT_UIMAGE
  88. select TQM85xx
  89. select CPM2
  90. config TQM8560
  91. bool "TQ Components TQM8560"
  92. help
  93. This option enables support for the TQ Components TQM8560 board.
  94. select DEFAULT_UIMAGE
  95. select TQM85xx
  96. select CPM2
  97. config SBC8548
  98. bool "Wind River SBC8548"
  99. select DEFAULT_UIMAGE
  100. help
  101. This option enables support for the Wind River SBC8548 board
  102. config SBC8560
  103. bool "Wind River SBC8560"
  104. select DEFAULT_UIMAGE
  105. help
  106. This option enables support for the Wind River SBC8560 board
  107. endif # MPC85xx
  108. config TQM85xx
  109. bool