Kconfig 681 B

1234567891011121314151617181920212223242526272829
  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. 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_MULTIPLATFORM && PPC32
  19. select DEFAULT_UIMAGE
  20. select PPC_MPC5121
  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).