Kconfig 824 B

12345678910111213141516171819202122232425262728293031323334
  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. config MPC5121_ADS
  10. bool "Freescale MPC5121E ADS"
  11. depends on PPC_MPC512x
  12. select DEFAULT_UIMAGE
  13. select MPC5121_ADS_CPLD
  14. help
  15. This option enables support for the MPC5121E ADS board.
  16. config MPC5121_GENERIC
  17. bool "Generic support for simple MPC5121 based boards"
  18. depends on PPC_MPC512x
  19. select DEFAULT_UIMAGE
  20. help
  21. This option enables support for simple MPC5121 based boards
  22. which do not need custom platform specific setup.
  23. Compatible boards include: Protonic LVT base boards (ZANMCU
  24. and VICVT2).
  25. config PDM360NG
  26. bool "ifm PDM360NG board"
  27. depends on PPC_MPC512x
  28. select DEFAULT_UIMAGE
  29. help
  30. This option enables support for the PDM360NG board.