Kconfig 741 B

12345678910111213141516171819202122232425262728
  1. #
  2. # DMA engine configuration for dw
  3. #
  4. config DW_DMAC_CORE
  5. tristate "Synopsys DesignWare AHB DMA support"
  6. select DMA_ENGINE
  7. config DW_DMAC
  8. tristate "Synopsys DesignWare AHB DMA platform driver"
  9. select DW_DMAC_CORE
  10. select DW_DMAC_BIG_ENDIAN_IO if AVR32
  11. default y if CPU_AT32AP7000
  12. help
  13. Support the Synopsys DesignWare AHB DMA controller. This
  14. can be integrated in chips such as the Atmel AT32ap7000.
  15. config DW_DMAC_PCI
  16. tristate "Synopsys DesignWare AHB DMA PCI driver"
  17. depends on PCI
  18. select DW_DMAC_CORE
  19. help
  20. Support the Synopsys DesignWare AHB DMA controller on the
  21. platfroms that enumerate it as a PCI device. For example,
  22. Intel Medfield has integrated this GPDMA controller.
  23. config DW_DMAC_BIG_ENDIAN_IO
  24. bool