Kconfig 946 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. config PPC_86xx
  2. menuconfig PPC_86xx
  3. bool "86xx-based boards"
  4. depends on 6xx && PPC_MULTIPLATFORM
  5. select FSL_SOC
  6. select ALTIVEC
  7. help
  8. The Freescale E600 SoCs have 74xx cores.
  9. if PPC_86xx
  10. config MPC8641_HPCN
  11. bool "Freescale MPC8641 HPCN"
  12. select PPC_I8259
  13. select DEFAULT_UIMAGE
  14. select FSL_ULI1575
  15. select HAS_RAPIDIO
  16. help
  17. This option enables support for the MPC8641 HPCN board.
  18. config SBC8641D
  19. bool "Wind River SBC8641D"
  20. select DEFAULT_UIMAGE
  21. help
  22. This option enables support for the WRS SBC8641D board.
  23. config MPC8610_HPCD
  24. bool "Freescale MPC8610 HPCD"
  25. select DEFAULT_UIMAGE
  26. help
  27. This option enables support for the MPC8610 HPCD board.
  28. endif
  29. config MPC8641
  30. bool
  31. select PPC_PCI_CHOICE
  32. select FSL_PCI if PCI
  33. select PPC_UDBG_16550
  34. select MPIC
  35. default y if MPC8641_HPCN || SBC8641D
  36. config MPC8610
  37. bool
  38. select PPC_PCI_CHOICE
  39. select FSL_PCI if PCI
  40. select PPC_UDBG_16550
  41. select MPIC
  42. default y if MPC8610_HPCD