Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. select ARCH_WANT_OPTIONAL_GPIOLIB
  8. help
  9. The Freescale E600 SoCs have 74xx cores.
  10. if PPC_86xx
  11. config MPC8641_HPCN
  12. bool "Freescale MPC8641 HPCN"
  13. select PPC_I8259
  14. select DEFAULT_UIMAGE
  15. select FSL_ULI1575 if PCI
  16. select HAS_RAPIDIO
  17. select SWIOTLB
  18. help
  19. This option enables support for the MPC8641 HPCN board.
  20. config SBC8641D
  21. bool "Wind River SBC8641D"
  22. select DEFAULT_UIMAGE
  23. help
  24. This option enables support for the WRS SBC8641D board.
  25. config MPC8610_HPCD
  26. bool "Freescale MPC8610 HPCD"
  27. select DEFAULT_UIMAGE
  28. select FSL_ULI1575 if PCI
  29. help
  30. This option enables support for the MPC8610 HPCD board.
  31. config GEF_PPC9A
  32. bool "GE PPC9A"
  33. select DEFAULT_UIMAGE
  34. select MMIO_NVRAM
  35. select GENERIC_GPIO
  36. select ARCH_REQUIRE_GPIOLIB
  37. select GE_FPGA
  38. help
  39. This option enables support for the GE PPC9A.
  40. config GEF_SBC310
  41. bool "GE SBC310"
  42. select DEFAULT_UIMAGE
  43. select MMIO_NVRAM
  44. select GENERIC_GPIO
  45. select ARCH_REQUIRE_GPIOLIB
  46. select GE_FPGA
  47. help
  48. This option enables support for the GE SBC310.
  49. config GEF_SBC610
  50. bool "GE SBC610"
  51. select DEFAULT_UIMAGE
  52. select MMIO_NVRAM
  53. select GENERIC_GPIO
  54. select ARCH_REQUIRE_GPIOLIB
  55. select GE_FPGA
  56. select HAS_RAPIDIO
  57. help
  58. This option enables support for the GE SBC610.
  59. endif
  60. config MPC8641
  61. bool
  62. select PPC_PCI_CHOICE
  63. select FSL_PCI if PCI
  64. select PPC_UDBG_16550
  65. select MPIC
  66. default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
  67. config MPC8610
  68. bool
  69. select PPC_PCI_CHOICE
  70. select FSL_PCI if PCI
  71. select PPC_UDBG_16550
  72. select MPIC
  73. default y if MPC8610_HPCD