Kconfig 462 B

123456789101112131415161718
  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.