Kconfig 770 B

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