Kconfig 932 B

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