Kconfig 947 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. It's usage is
  12. optionnal 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 "Bestcomm ATA task support"
  18. depends on PPC_BESTCOMM
  19. default n
  20. help
  21. This option enables the support for the ATA task.
  22. config PPC_BESTCOMM_FEC
  23. tristate "Bestcomm FEC tasks support"
  24. depends on PPC_BESTCOMM
  25. default n
  26. help
  27. This option enables the support for the FEC tasks.
  28. config PPC_BESTCOMM_GEN_BD
  29. tristate "Bestcomm GenBD tasks support"
  30. depends on PPC_BESTCOMM
  31. default n
  32. help
  33. This option enables the support for the GenBD tasks.