Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. menuconfig PPC_83xx
  2. bool "83xx-based boards"
  3. depends on 6xx
  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 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 PPC_MPC832x
  26. help
  27. This option enables support for the MPC8323 RDB board.
  28. config MPC834x_MDS
  29. bool "Freescale MPC834x MDS"
  30. select DEFAULT_UIMAGE
  31. select PPC_MPC834x
  32. help
  33. This option enables support for the MPC 834x MDS evaluation board.
  34. Be aware that PCI buses can only function when MDS board is plugged
  35. into the PIB (Platform IO Board) board from Freescale which provide
  36. 3 PCI slots. The PIBs PCI initialization is the bootloader's
  37. responsibility.
  38. config MPC834x_ITX
  39. bool "Freescale MPC834x ITX"
  40. select DEFAULT_UIMAGE
  41. select PPC_MPC834x
  42. help
  43. This option enables support for the MPC 834x ITX evaluation board.
  44. Be aware that PCI initialization is the bootloader's
  45. responsibility.
  46. config MPC836x_MDS
  47. bool "Freescale MPC836x MDS"
  48. select DEFAULT_UIMAGE
  49. help
  50. This option enables support for the MPC836x MDS Processor Board.
  51. config MPC836x_RDK
  52. bool "Freescale/Logic MPC836x RDK"
  53. select DEFAULT_UIMAGE
  54. select FSL_GTM
  55. select FSL_LBC
  56. help
  57. This option enables support for the MPC836x RDK Processor Board,
  58. also known as ZOOM PowerQUICC Kit.
  59. config MPC837x_MDS
  60. bool "Freescale MPC837x MDS"
  61. select DEFAULT_UIMAGE
  62. select PPC_MPC837x
  63. help
  64. This option enables support for the MPC837x MDS Processor Board.
  65. config MPC837x_RDB
  66. bool "Freescale MPC837x RDB/WLAN"
  67. select DEFAULT_UIMAGE
  68. select PPC_MPC837x
  69. help
  70. This option enables support for the MPC837x RDB and WLAN Boards.
  71. config SBC834x
  72. bool "Wind River SBC834x"
  73. select DEFAULT_UIMAGE
  74. select PPC_MPC834x
  75. help
  76. This option enables support for the Wind River SBC834x board.
  77. config ASP834x
  78. bool "Analogue & Micro ASP 834x"
  79. select PPC_MPC834x
  80. select REDBOOT
  81. help
  82. This enables support for the Analogue & Micro ASP 83xx
  83. board.
  84. config KMETER1
  85. bool "Keymile KMETER1"
  86. select DEFAULT_UIMAGE
  87. select QUICC_ENGINE
  88. help
  89. This enables support for the Keymile KMETER1 board.
  90. endif
  91. # used for usb
  92. config PPC_MPC831x
  93. bool
  94. # used for math-emu
  95. config PPC_MPC832x
  96. bool
  97. # used for usb
  98. config PPC_MPC834x
  99. bool
  100. # used for usb
  101. config PPC_MPC837x
  102. bool