Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # SPDX-License-Identifier: GPL-2.0
  2. config PPC_MPC512x
  3. bool "512x-based boards"
  4. depends on PPC_BOOK3S_32
  5. select COMMON_CLK
  6. select FSL_SOC
  7. select IPIC
  8. select HAVE_PCI
  9. select FSL_PCI if PCI
  10. select USB_EHCI_BIG_ENDIAN_MMIO if USB_EHCI_HCD
  11. select USB_EHCI_BIG_ENDIAN_DESC if USB_EHCI_HCD
  12. config MPC512x_LPBFIFO
  13. tristate "MPC512x LocalPlus Bus FIFO driver"
  14. depends on PPC_MPC512x && MPC512X_DMA
  15. help
  16. Enable support for Freescale MPC512x LocalPlus Bus FIFO (SCLPC).
  17. config MPC5121_ADS
  18. bool "Freescale MPC5121E ADS"
  19. depends on PPC_MPC512x
  20. select DEFAULT_UIMAGE
  21. help
  22. This option enables support for the MPC5121E ADS board.
  23. config MPC512x_GENERIC
  24. bool "Generic support for simple MPC512x based boards"
  25. depends on PPC_MPC512x
  26. select DEFAULT_UIMAGE
  27. help
  28. This option enables support for simple MPC512x based boards
  29. which do not need custom platform specific setup.
  30. Compatible boards include: Protonic LVT base boards (ZANMCU
  31. and VICVT2), Freescale MPC5125 Tower system.
  32. config PDM360NG
  33. bool "ifm PDM360NG board"
  34. depends on PPC_MPC512x
  35. select DEFAULT_UIMAGE
  36. help
  37. This option enables support for the PDM360NG board.