Kconfig 706 B

123456789101112131415161718192021222324252627282930
  1. config PPC_MPC512x
  2. bool
  3. select FSL_SOC
  4. select IPIC
  5. select PPC_CLOCK
  6. config PPC_MPC5121
  7. bool
  8. select PPC_MPC512x
  9. config MPC5121_ADS
  10. bool "Freescale MPC5121E ADS"
  11. depends on PPC_MULTIPLATFORM && PPC32
  12. select DEFAULT_UIMAGE
  13. select PPC_MPC5121
  14. select MPC5121_ADS_CPLD
  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_MULTIPLATFORM && PPC32
  20. select DEFAULT_UIMAGE
  21. select PPC_MPC5121
  22. help
  23. This option enables support for simple MPC5121 based boards
  24. which do not need custom platform specific setup.
  25. Compatible boards include: Protonic LVT base boards (ZANMCU
  26. and VICVT2).