Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. menuconfig MPC85xx
  2. bool "Machine Type"
  3. depends on PPC_85xx
  4. select PPC_UDBG_16550
  5. select PPC_INDIRECT_PCI if PCI
  6. select MPIC
  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 QUICC_ENGINE
  32. select PHYLIB
  33. help
  34. This option enables support for the MPC85xx MDS board
  35. config MPC85xx_DS
  36. bool "Freescale MPC85xx DS"
  37. select PPC_I8259
  38. select DEFAULT_UIMAGE
  39. select FSL_ULI1575
  40. help
  41. This option enables support for the MPC85xx DS (MPC8544 DS) board
  42. config KSI8560
  43. bool "Emerson KSI8560"
  44. select DEFAULT_UIMAGE
  45. help
  46. This option enables support for the Emerson KSI8560 board
  47. config STX_GP3
  48. bool "Silicon Turnkey Express GP3"
  49. help
  50. This option enables support for the Silicon Turnkey Express GP3
  51. board.
  52. select CPM2
  53. select DEFAULT_UIMAGE
  54. config TQM8540
  55. bool "TQ Components TQM8540"
  56. help
  57. This option enables support for the TQ Components TQM8540 board.
  58. select DEFAULT_UIMAGE
  59. select TQM85xx
  60. config TQM8541
  61. bool "TQ Components TQM8541"
  62. help
  63. This option enables support for the TQ Components TQM8541 board.
  64. select DEFAULT_UIMAGE
  65. select TQM85xx
  66. select CPM2
  67. config TQM8555
  68. bool "TQ Components TQM8555"
  69. help
  70. This option enables support for the TQ Components TQM8555 board.
  71. select DEFAULT_UIMAGE
  72. select TQM85xx
  73. select CPM2
  74. config TQM8560
  75. bool "TQ Components TQM8560"
  76. help
  77. This option enables support for the TQ Components TQM8560 board.
  78. select DEFAULT_UIMAGE
  79. select TQM85xx
  80. select CPM2
  81. config SBC8548
  82. bool "Wind River SBC8548"
  83. select DEFAULT_UIMAGE
  84. help
  85. This option enables support for the Wind River SBC8548 board
  86. config SBC8560
  87. bool "Wind River SBC8560"
  88. select DEFAULT_UIMAGE
  89. help
  90. This option enables support for the Wind River SBC8560 board
  91. endif # MPC85xx
  92. config TQM85xx
  93. bool