Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. config PPC_86xx
  2. menuconfig PPC_86xx
  3. bool "86xx-based boards"
  4. depends on 6xx
  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_PPC9A
  30. bool "GE Fanuc PPC9A"
  31. select DEFAULT_UIMAGE
  32. select GENERIC_GPIO
  33. select ARCH_REQUIRE_GPIOLIB
  34. help
  35. This option enables support for GE Fanuc's PPC9A.
  36. config GEF_SBC310
  37. bool "GE Fanuc SBC310"
  38. select DEFAULT_UIMAGE
  39. select GENERIC_GPIO
  40. select ARCH_REQUIRE_GPIOLIB
  41. help
  42. This option enables support for GE Fanuc's SBC310.
  43. config GEF_SBC610
  44. bool "GE Fanuc SBC610"
  45. select DEFAULT_UIMAGE
  46. select GENERIC_GPIO
  47. select ARCH_REQUIRE_GPIOLIB
  48. select HAS_RAPIDIO
  49. help
  50. This option enables support for GE Fanuc's SBC610.
  51. endif
  52. config MPC8641
  53. bool
  54. select PPC_PCI_CHOICE
  55. select FSL_PCI if PCI
  56. select PPC_UDBG_16550
  57. select MPIC
  58. default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
  59. config MPC8610
  60. bool
  61. select PPC_PCI_CHOICE
  62. select FSL_PCI if PCI
  63. select PPC_UDBG_16550
  64. select MPIC
  65. default y if MPC8610_HPCD