Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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_MPC5200_BUGFIX
  33. bool "MPC5200 (L25R) bugfix support"
  34. depends on PPC_MPC52xx
  35. help
  36. Enable workarounds for original MPC5200 errata. This is not required
  37. for MPC5200B based boards.
  38. It is safe to say 'Y' here
  39. config PPC_MPC5200_GPIO
  40. bool "MPC5200 GPIO support"
  41. depends on PPC_MPC52xx
  42. select ARCH_REQUIRE_GPIOLIB
  43. select GENERIC_GPIO
  44. help
  45. Enable gpiolib support for mpc5200 based boards