Kconfig 706 B

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