Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 GENERIC_GPIO
  34. select ARCH_REQUIRE_GPIOLIB
  35. help
  36. This option enables support for GE Fanuc's PPC9A.
  37. config GEF_SBC310
  38. bool "GE Fanuc SBC310"
  39. select DEFAULT_UIMAGE
  40. select MMIO_NVRAM
  41. select GENERIC_GPIO
  42. select ARCH_REQUIRE_GPIOLIB
  43. help
  44. This option enables support for GE Fanuc's SBC310.
  45. config GEF_SBC610
  46. bool "GE Fanuc SBC610"
  47. select DEFAULT_UIMAGE
  48. select MMIO_NVRAM
  49. select GENERIC_GPIO
  50. select ARCH_REQUIRE_GPIOLIB
  51. select HAS_RAPIDIO
  52. help
  53. This option enables support for GE Fanuc's SBC610.
  54. endif
  55. config MPC8641
  56. bool
  57. select PPC_PCI_CHOICE
  58. select FSL_PCI if PCI
  59. select PPC_UDBG_16550
  60. select MPIC
  61. default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
  62. config MPC8610
  63. bool
  64. select PPC_PCI_CHOICE
  65. select FSL_PCI if PCI
  66. select PPC_UDBG_16550
  67. select MPIC
  68. default y if MPC8610_HPCD