Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. select FSL_ULI1575
  27. help
  28. This option enables support for the MPC8610 HPCD board.
  29. config GEF_SBC610
  30. bool "GE Fanuc SBC610"
  31. select DEFAULT_UIMAGE
  32. select GENERIC_GPIO
  33. select ARCH_REQUIRE_GPIOLIB
  34. select HAS_RAPIDIO
  35. help
  36. This option enables support for GE Fanuc's SBC610.
  37. endif
  38. config MPC8641
  39. bool
  40. select PPC_PCI_CHOICE
  41. select FSL_PCI if PCI
  42. select PPC_UDBG_16550
  43. select MPIC
  44. default y if MPC8641_HPCN || SBC8641D || GEF_SBC610
  45. config MPC8610
  46. bool
  47. select PPC_PCI_CHOICE
  48. select FSL_PCI if PCI
  49. select PPC_UDBG_16550
  50. select MPIC
  51. default y if MPC8610_HPCD