Kconfig 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. config 85xx
  2. bool
  3. depends on E500
  4. default y
  5. config PPC_INDIRECT_PCI_BE
  6. bool
  7. depends on 85xx
  8. default y
  9. menu "Freescale 85xx options"
  10. depends on E500
  11. choice
  12. prompt "Machine Type"
  13. depends on 85xx
  14. default MPC8540_ADS
  15. config MPC8540_ADS
  16. bool "Freescale MPC8540 ADS"
  17. help
  18. This option enables support for the MPC 8540 ADS evaluation board.
  19. config MPC8548_CDS
  20. bool "Freescale MPC8548 CDS"
  21. help
  22. This option enables support for the MPC8548 CDS evaluation board.
  23. config MPC8555_CDS
  24. bool "Freescale MPC8555 CDS"
  25. help
  26. This option enables support for the MPC8555 CDS evaluation board.
  27. config MPC8560_ADS
  28. bool "Freescale MPC8560 ADS"
  29. help
  30. This option enables support for the MPC 8560 ADS evaluation board.
  31. config SBC8560
  32. bool "WindRiver PowerQUICC III SBC8560"
  33. help
  34. This option enables support for the WindRiver PowerQUICC III
  35. SBC8560 board.
  36. config STX_GP3
  37. bool "Silicon Turnkey Express GP3"
  38. help
  39. This option enables support for the Silicon Turnkey Express GP3
  40. board.
  41. config TQM8540
  42. bool "TQ Components TQM8540"
  43. help
  44. This option enables support for the TQ Components TQM8540 board.
  45. config TQM8541
  46. bool "TQ Components TQM8541"
  47. help
  48. This option enables support for the TQ Components TQM8541 board.
  49. config TQM8555
  50. bool "TQ Components TQM8555"
  51. help
  52. This option enables support for the TQ Components TQM8555 board.
  53. config TQM8560
  54. bool "TQ Components TQM8560"
  55. help
  56. This option enables support for the TQ Components TQM8560 board.
  57. endchoice
  58. # It's often necessary to know the specific 85xx processor type.
  59. # Fortunately, it is implied (so far) from the board type, so we
  60. # don't need to ask more redundant questions.
  61. config MPC8540
  62. bool
  63. depends on MPC8540_ADS || TQM8540
  64. default y
  65. config MPC8548
  66. bool
  67. depends on MPC8548_CDS
  68. default y
  69. config MPC8555
  70. bool
  71. depends on MPC8555_CDS || TQM8541 || TQM8555
  72. default y
  73. config MPC8560
  74. bool
  75. depends on SBC8560 || MPC8560_ADS || STX_GP3 || TQM8560
  76. default y
  77. config 85xx_PCI2
  78. bool "Support for 2nd PCI host controller"
  79. depends on MPC8555_CDS
  80. default y
  81. config PPC_GEN550
  82. bool
  83. depends on MPC8540 || SBC8560 || MPC8555
  84. default y
  85. endmenu