Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. config PPC_MPC52xx
  2. bool "52xx-based boards"
  3. depends on 6xx
  4. select PPC_CLOCK
  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. promess,motionpro
  25. schindler,cm5200
  26. tqc,tqm5200
  27. config PPC_EFIKA
  28. bool "bPlan Efika 5k2. MPC5200B based computer"
  29. depends on PPC_MPC52xx
  30. select PPC_RTAS
  31. select RTAS_PROC
  32. select PPC_NATIVE
  33. config PPC_LITE5200
  34. bool "Freescale Lite5200 Eval Board"
  35. depends on PPC_MPC52xx
  36. select DEFAULT_UIMAGE
  37. config PPC_MEDIA5200
  38. bool "Freescale Media5200 Eval Board"
  39. depends on PPC_MPC52xx
  40. select DEFAULT_UIMAGE
  41. config PPC_MPC5200_BUGFIX
  42. bool "MPC5200 (L25R) bugfix support"
  43. depends on PPC_MPC52xx
  44. help
  45. Enable workarounds for original MPC5200 errata. This is not required
  46. for MPC5200B based boards.
  47. It is safe to say 'Y' here
  48. config PPC_MPC5200_GPIO
  49. bool "MPC5200 GPIO support"
  50. depends on PPC_MPC52xx
  51. select ARCH_REQUIRE_GPIOLIB
  52. select GENERIC_GPIO
  53. help
  54. Enable gpiolib support for mpc5200 based boards