Kconfig 1.1 KB

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