Kconfig 1.7 KB

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