Kconfig 853 B

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