Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 if PCI
  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 if PCI
  28. help
  29. This option enables support for the MPC8610 HPCD board.
  30. config GEF_PPC9A
  31. bool "GE PPC9A"
  32. select DEFAULT_UIMAGE
  33. select MMIO_NVRAM
  34. select GPIOLIB
  35. select GE_FPGA
  36. help
  37. This option enables support for the GE PPC9A.
  38. config GEF_SBC310
  39. bool "GE SBC310"
  40. select DEFAULT_UIMAGE
  41. select MMIO_NVRAM
  42. select GPIOLIB
  43. select GE_FPGA
  44. help
  45. This option enables support for the GE SBC310.
  46. config GEF_SBC610
  47. bool "GE SBC610"
  48. select DEFAULT_UIMAGE
  49. select MMIO_NVRAM
  50. select GPIOLIB
  51. select GE_FPGA
  52. select HAS_RAPIDIO
  53. help
  54. This option enables support for the GE SBC610.
  55. config MVME7100
  56. bool "Artesyn MVME7100"
  57. help
  58. This option enables support for the Emerson/Artesyn MVME7100 board.
  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. || MVME7100
  68. config MPC8610
  69. bool
  70. select PPC_PCI_CHOICE
  71. select FSL_PCI if PCI
  72. select PPC_UDBG_16550
  73. select MPIC
  74. default y if MPC8610_HPCD