Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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_MPC5200_SIMPLE
  19. bool "Generic support for simple MPC5200 based boards"
  20. depends on PPC_MULTIPLATFORM && PPC32
  21. select PPC_MPC5200
  22. select DEFAULT_UIMAGE
  23. select WANT_DEVICE_TREE
  24. default n
  25. help
  26. This option enables support for a simple MPC52xx based boards which
  27. do not need a custom platform specific setup. Such boards are
  28. supported assuming the following:
  29. - GPIO pins are configured by the firmware,
  30. - CDM configuration (clocking) is setup correctly by firmware,
  31. - if the 'fsl,has-wdt' property is present in one of the
  32. gpt nodes, then it is safe to use such gpt to reset the board,
  33. - PCI is supported if enabled in the kernel configuration
  34. and if there is a PCI bus node defined in the device tree.
  35. Boards that are compatible with this generic platform support
  36. are: 'tqc,tqm5200', 'promess,motionpro', 'schindler,cm5200'.
  37. config PPC_EFIKA
  38. bool "bPlan Efika 5k2. MPC5200B based computer"
  39. depends on PPC_MULTIPLATFORM && PPC32
  40. select PPC_RTAS
  41. select RTAS_PROC
  42. select PPC_MPC52xx
  43. select PPC_NATIVE
  44. default n
  45. config PPC_LITE5200
  46. bool "Freescale Lite5200 Eval Board"
  47. depends on PPC_MULTIPLATFORM && PPC32
  48. select PPC_MPC5200
  49. select DEFAULT_UIMAGE
  50. select WANT_DEVICE_TREE
  51. default n