Kconfig 671 B

123456789101112131415161718192021222324252627282930313233343536
  1. config PPC_MPC52xx
  2. bool
  3. select FSL_SOC
  4. default n
  5. config PPC_MPC5200
  6. bool
  7. select PPC_MPC52xx
  8. default n
  9. config PPC_MPC5200_BUGFIX
  10. bool "MPC5200 (L25R) bugfix support"
  11. depends on PPC_MPC5200
  12. default n
  13. help
  14. Enable workarounds for original MPC5200 errata. This is not required
  15. for MPC5200B based boards.
  16. It is safe to say 'Y' here
  17. config PPC_EFIKA
  18. bool "bPlan Efika 5k2. MPC5200B based computer"
  19. depends on PPC_MULTIPLATFORM && PPC32
  20. select PPC_RTAS
  21. select RTAS_PROC
  22. select PPC_MPC52xx
  23. select PPC_NATIVE
  24. default n
  25. config PPC_LITE5200
  26. bool "Freescale Lite5200 Eval Board"
  27. depends on PPC_MULTIPLATFORM && PPC32
  28. select PPC_MPC5200
  29. default n