Kconfig 2.6 KB

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