Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. select SWIOTLB
  17. help
  18. This option enables support for the MPC8641 HPCN board.
  19. config SBC8641D
  20. bool "Wind River SBC8641D"
  21. select DEFAULT_UIMAGE
  22. help
  23. This option enables support for the WRS SBC8641D board.
  24. config MPC8610_HPCD
  25. bool "Freescale MPC8610 HPCD"
  26. select DEFAULT_UIMAGE
  27. select FSL_ULI1575
  28. help
  29. This option enables support for the MPC8610 HPCD board.
  30. config GEF_PPC9A
  31. bool "GE Fanuc PPC9A"
  32. select DEFAULT_UIMAGE
  33. select MMIO_NVRAM
  34. select GENERIC_GPIO
  35. select ARCH_REQUIRE_GPIOLIB
  36. help
  37. This option enables support for GE Fanuc's PPC9A.
  38. config GEF_SBC310
  39. bool "GE Fanuc SBC310"
  40. select DEFAULT_UIMAGE
  41. select MMIO_NVRAM
  42. select GENERIC_GPIO
  43. select ARCH_REQUIRE_GPIOLIB
  44. help
  45. This option enables support for GE Fanuc's SBC310.
  46. config GEF_SBC610
  47. bool "GE Fanuc SBC610"
  48. select DEFAULT_UIMAGE
  49. select MMIO_NVRAM
  50. select GENERIC_GPIO
  51. select ARCH_REQUIRE_GPIOLIB
  52. select HAS_RAPIDIO
  53. help
  54. This option enables support for GE Fanuc's SBC610.
  55. endif
  56. config MPC8641
  57. bool
  58. select PPC_PCI_CHOICE
  59. select FSL_PCI if PCI
  60. select PPC_UDBG_16550
  61. select MPIC
  62. default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
  63. config MPC8610
  64. bool
  65. select PPC_PCI_CHOICE
  66. select FSL_PCI if PCI
  67. select PPC_UDBG_16550
  68. select MPIC
  69. default y if MPC8610_HPCD