Kconfig 655 B

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