Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. menuconfig MPC83xx
  2. bool "83xx Board Type"
  3. depends on PPC_83xx
  4. select PPC_UDBG_16550
  5. select PPC_INDIRECT_PCI
  6. if MPC83xx
  7. config MPC831x_RDB
  8. bool "Freescale MPC831x RDB"
  9. select DEFAULT_UIMAGE
  10. select PPC_MPC831x
  11. help
  12. This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
  13. config MPC832x_MDS
  14. bool "Freescale MPC832x MDS"
  15. select DEFAULT_UIMAGE
  16. select QUICC_ENGINE
  17. select PPC_MPC832x
  18. help
  19. This option enables support for the MPC832x MDS evaluation board.
  20. config MPC832x_RDB
  21. bool "Freescale MPC832x RDB"
  22. select DEFAULT_UIMAGE
  23. select QUICC_ENGINE
  24. select PPC_MPC832x
  25. help
  26. This option enables support for the MPC8323 RDB board.
  27. config MPC834x_MDS
  28. bool "Freescale MPC834x MDS"
  29. select DEFAULT_UIMAGE
  30. select PPC_MPC834x
  31. help
  32. This option enables support for the MPC 834x MDS evaluation board.
  33. Be aware that PCI buses can only function when MDS board is plugged
  34. into the PIB (Platform IO Board) board from Freescale which provide
  35. 3 PCI slots. The PIBs PCI initialization is the bootloader's
  36. responsibility.
  37. config MPC834x_ITX
  38. bool "Freescale MPC834x ITX"
  39. select DEFAULT_UIMAGE
  40. select PPC_MPC834x
  41. help
  42. This option enables support for the MPC 834x ITX evaluation board.
  43. Be aware that PCI initialization is the bootloader's
  44. responsibility.
  45. config MPC836x_MDS
  46. bool "Freescale MPC836x MDS"
  47. select DEFAULT_UIMAGE
  48. select QUICC_ENGINE
  49. help
  50. This option enables support for the MPC836x MDS Processor Board.
  51. config MPC837x_MDS
  52. bool "Freescale MPC837x MDS"
  53. select DEFAULT_UIMAGE
  54. select PPC_MPC837x
  55. help
  56. This option enables support for the MPC837x MDS Processor Board.
  57. config MPC837x_RDB
  58. bool "Freescale MPC837x RDB"
  59. select DEFAULT_UIMAGE
  60. select PPC_MPC837x
  61. help
  62. This option enables support for the MPC837x RDB Board.
  63. config SBC834x
  64. bool "Wind River SBC834x"
  65. select DEFAULT_UIMAGE
  66. select PPC_MPC834x
  67. help
  68. This option enables support for the Wind River SBC834x board.
  69. endif
  70. # used for usb
  71. config PPC_MPC831x
  72. bool
  73. # used for math-emu
  74. config PPC_MPC832x
  75. bool
  76. # used for usb
  77. config PPC_MPC834x
  78. bool
  79. # used for usb
  80. config PPC_MPC837x
  81. bool