Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. config PPC_MPC52xx
  2. bool "52xx-based boards"
  3. depends on PPC_MULTIPLATFORM && PPC32
  4. select FSL_SOC
  5. select PPC_CLOCK
  6. config PPC_MPC5200_SIMPLE
  7. bool "Generic support for simple MPC5200 based boards"
  8. depends on PPC_MPC52xx
  9. select DEFAULT_UIMAGE
  10. select WANT_DEVICE_TREE
  11. help
  12. This option enables support for a simple MPC52xx based boards which
  13. do not need a custom platform specific setup. Such boards are
  14. supported assuming the following:
  15. - GPIO pins are configured by the firmware,
  16. - CDM configuration (clocking) is setup correctly by firmware,
  17. - if the 'fsl,has-wdt' property is present in one of the
  18. gpt nodes, then it is safe to use such gpt to reset the board,
  19. - PCI is supported if enabled in the kernel configuration
  20. and if there is a PCI bus node defined in the device tree.
  21. Boards that are compatible with this generic platform support
  22. are: 'tqc,tqm5200', 'promess,motionpro', 'schindler,cm5200'.
  23. config PPC_EFIKA
  24. bool "bPlan Efika 5k2. MPC5200B based computer"
  25. depends on PPC_MPC52xx
  26. select PPC_RTAS
  27. select RTAS_PROC
  28. select PPC_NATIVE
  29. config PPC_LITE5200
  30. bool "Freescale Lite5200 Eval Board"
  31. depends on PPC_MPC52xx
  32. select DEFAULT_UIMAGE
  33. select WANT_DEVICE_TREE
  34. config PPC_MPC5200_BUGFIX
  35. bool "MPC5200 (L25R) bugfix support"
  36. depends on PPC_MPC52xx
  37. help
  38. Enable workarounds for original MPC5200 errata. This is not required
  39. for MPC5200B based boards.
  40. It is safe to say 'Y' here