Kconfig 1.5 KB

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