Kconfig 1.7 KB

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