Kconfig 1.6 KB

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