Kconfig 825 B

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