Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. menuconfig PPC_83xx
  2. bool "83xx-based boards"
  3. depends on 6xx && PPC_MULTIPLATFORM
  4. select PPC_UDBG_16550
  5. select PPC_INDIRECT_PCI
  6. select FSL_SOC
  7. select IPIC
  8. if PPC_83xx
  9. config MPC831x_RDB
  10. bool "Freescale MPC831x RDB"
  11. select DEFAULT_UIMAGE
  12. select PPC_MPC831x
  13. help
  14. This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
  15. config MPC832x_MDS
  16. bool "Freescale MPC832x MDS"
  17. select DEFAULT_UIMAGE
  18. select QUICC_ENGINE
  19. select PPC_MPC832x
  20. help
  21. This option enables support for the MPC832x MDS evaluation board.
  22. config MPC832x_RDB
  23. bool "Freescale MPC832x RDB"
  24. select DEFAULT_UIMAGE
  25. select QUICC_ENGINE
  26. select PPC_MPC832x
  27. help
  28. This option enables support for the MPC8323 RDB board.
  29. config MPC834x_MDS
  30. bool "Freescale MPC834x MDS"
  31. select DEFAULT_UIMAGE
  32. select PPC_MPC834x
  33. help
  34. This option enables support for the MPC 834x MDS evaluation board.
  35. Be aware that PCI buses can only function when MDS board is plugged
  36. into the PIB (Platform IO Board) board from Freescale which provide
  37. 3 PCI slots. The PIBs PCI initialization is the bootloader's
  38. responsibility.
  39. config MPC834x_ITX
  40. bool "Freescale MPC834x ITX"
  41. select DEFAULT_UIMAGE
  42. select PPC_MPC834x
  43. help
  44. This option enables support for the MPC 834x ITX evaluation board.
  45. Be aware that PCI initialization is the bootloader's
  46. responsibility.
  47. config MPC836x_MDS
  48. bool "Freescale MPC836x MDS"
  49. select DEFAULT_UIMAGE
  50. select QUICC_ENGINE
  51. help
  52. This option enables support for the MPC836x MDS Processor Board.
  53. config MPC836x_RDK
  54. bool "Freescale/Logic MPC836x RDK"
  55. select DEFAULT_UIMAGE
  56. select QUICC_ENGINE
  57. select QE_GPIO
  58. select FSL_GTM
  59. select FSL_LBC
  60. help
  61. This option enables support for the MPC836x RDK Processor Board,
  62. also known as ZOOM PowerQUICC Kit.
  63. config MPC837x_MDS
  64. bool "Freescale MPC837x MDS"
  65. select DEFAULT_UIMAGE
  66. select PPC_MPC837x
  67. help
  68. This option enables support for the MPC837x MDS Processor Board.
  69. config MPC837x_RDB
  70. bool "Freescale MPC837x RDB"
  71. select DEFAULT_UIMAGE
  72. select PPC_MPC837x
  73. help
  74. This option enables support for the MPC837x RDB Board.
  75. config SBC834x
  76. bool "Wind River SBC834x"
  77. select DEFAULT_UIMAGE
  78. select PPC_MPC834x
  79. help
  80. This option enables support for the Wind River SBC834x board.
  81. config ASP834x
  82. bool "Analogue & Micro ASP 834x"
  83. select PPC_MPC834x
  84. select REDBOOT
  85. help
  86. This enables support for the Analogue & Micro ASP 83xx
  87. board.
  88. endif
  89. # used for usb
  90. config PPC_MPC831x
  91. bool
  92. # used for math-emu
  93. config PPC_MPC832x
  94. bool
  95. # used for usb
  96. config PPC_MPC834x
  97. bool
  98. # used for usb
  99. config PPC_MPC837x
  100. bool