Kconfig 644 B

12345678910111213141516171819202122232425
  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. depends on HAS_IOMEM
  10. select DW_DMAC_CORE
  11. help
  12. Support the Synopsys DesignWare AHB DMA controller. This
  13. can be integrated in chips such as the Intel Cherrytrail.
  14. config DW_DMAC_PCI
  15. tristate "Synopsys DesignWare AHB DMA PCI driver"
  16. depends on PCI
  17. depends on HAS_IOMEM
  18. select DW_DMAC_CORE
  19. help
  20. Support the Synopsys DesignWare AHB DMA controller on the
  21. platforms that enumerate it as a PCI device. For example,
  22. Intel Medfield has integrated this GPDMA controller.