Kconfig 703 B

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