Kconfig 600 B

123456789101112131415161718192021222324
  1. #
  2. # DMA engine configuration for dw
  3. #
  4. config DW_DMAC_CORE
  5. tristate
  6. select DMA_ENGINE
  7. config DW_DMAC
  8. tristate "Synopsys DesignWare AHB DMA platform driver"
  9. select DW_DMAC_CORE
  10. help
  11. Support the Synopsys DesignWare AHB DMA controller. This
  12. can be integrated in chips such as the Intel Cherrytrail.
  13. config DW_DMAC_PCI
  14. tristate "Synopsys DesignWare AHB DMA PCI driver"
  15. depends on PCI
  16. select DW_DMAC_CORE
  17. help
  18. Support the Synopsys DesignWare AHB DMA controller on the
  19. platforms that enumerate it as a PCI device. For example,
  20. Intel Medfield has integrated this GPDMA controller.