Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # SPDX-License-Identifier: GPL-2.0
  2. config PPC_MPC52xx
  3. bool "52xx-based boards"
  4. depends on PPC_BOOK3S_32
  5. select COMMON_CLK
  6. select HAVE_PCI
  7. config PPC_MPC5200_SIMPLE
  8. bool "Generic support for simple MPC5200 based boards"
  9. depends on PPC_MPC52xx
  10. select DEFAULT_UIMAGE
  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:
  23. intercontrol,digsy-mtc
  24. phytec,pcm030
  25. phytec,pcm032
  26. promess,motionpro
  27. schindler,cm5200
  28. tqc,tqm5200
  29. config PPC_EFIKA
  30. bool "bPlan Efika 5k2. MPC5200B based computer"
  31. depends on PPC_MPC52xx
  32. select PPC_RTAS
  33. select PPC_HASH_MMU_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