Kconfig 714 B

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