Kconfig 865 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Kconfig options for Bestcomm
  4. #
  5. config PPC_BESTCOMM
  6. tristate "Bestcomm DMA engine support"
  7. depends on PPC_MPC52xx
  8. default n
  9. select PPC_LIB_RHEAP
  10. help
  11. BestComm is the name of the communication coprocessor found
  12. on the Freescale MPC5200 family of processor. Its usage is
  13. optional for some drivers (like ATA), but required for
  14. others (like FEC).
  15. If you want to use drivers that require DMA operations,
  16. answer Y or M. Otherwise say N.
  17. config PPC_BESTCOMM_ATA
  18. tristate
  19. depends on PPC_BESTCOMM
  20. help
  21. This option enables the support for the ATA task.
  22. config PPC_BESTCOMM_FEC
  23. tristate
  24. depends on PPC_BESTCOMM
  25. help
  26. This option enables the support for the FEC tasks.
  27. config PPC_BESTCOMM_GEN_BD
  28. tristate
  29. depends on PPC_BESTCOMM
  30. help
  31. This option enables the support for the GenBD tasks.