Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # SPDX-License-Identifier: GPL-2.0
  2. config PPC_86xx
  3. menuconfig PPC_86xx
  4. bool "86xx-based boards"
  5. depends on PPC_BOOK3S_32
  6. select FSL_SOC
  7. select ALTIVEC
  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 HAVE_RAPIDIO
  17. select SWIOTLB
  18. help
  19. This option enables support for the MPC8641 HPCN board.
  20. config MPC8610_HPCD
  21. bool "Freescale MPC8610 HPCD"
  22. select DEFAULT_UIMAGE
  23. select FSL_ULI1575 if PCI
  24. help
  25. This option enables support for the MPC8610 HPCD board.
  26. config GEF_PPC9A
  27. bool "GE PPC9A"
  28. select DEFAULT_UIMAGE
  29. select MMIO_NVRAM
  30. select GPIOLIB
  31. select GE_FPGA
  32. help
  33. This option enables support for the GE PPC9A.
  34. config GEF_SBC310
  35. bool "GE SBC310"
  36. select DEFAULT_UIMAGE
  37. select MMIO_NVRAM
  38. select GPIOLIB
  39. select GE_FPGA
  40. help
  41. This option enables support for the GE SBC310.
  42. config GEF_SBC610
  43. bool "GE SBC610"
  44. select DEFAULT_UIMAGE
  45. select MMIO_NVRAM
  46. select GPIOLIB
  47. select GE_FPGA
  48. select HAVE_RAPIDIO
  49. help
  50. This option enables support for the GE SBC610.
  51. config MVME7100
  52. bool "Artesyn MVME7100"
  53. help
  54. This option enables support for the Emerson/Artesyn MVME7100 board.
  55. endif
  56. config MPC8641
  57. bool
  58. select HAVE_PCI
  59. select FSL_PCI if PCI
  60. select PPC_UDBG_16550
  61. select MPIC
  62. default y if MPC8641_HPCN || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A \
  63. || MVME7100
  64. config MPC8610
  65. bool
  66. select HAVE_PCI
  67. select FSL_PCI if PCI
  68. select PPC_UDBG_16550
  69. select MPIC
  70. default y if MPC8610_HPCD