Kconfig 2.8 KB

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