Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829
  1. config QCOM_BAM_DMA
  2. tristate "QCOM BAM DMA support"
  3. depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM)
  4. select DMA_ENGINE
  5. select DMA_VIRTUAL_CHANNELS
  6. ---help---
  7. Enable support for the QCOM BAM DMA controller. This controller
  8. provides DMA capabilities for a variety of on-chip devices.
  9. config QCOM_HIDMA_MGMT
  10. tristate "Qualcomm Technologies HIDMA Management support"
  11. select DMA_ENGINE
  12. help
  13. Enable support for the Qualcomm Technologies HIDMA Management.
  14. Each DMA device requires one management interface driver
  15. for basic initialization before QCOM_HIDMA channel driver can
  16. start managing the channels. In a virtualized environment,
  17. the guest OS would run QCOM_HIDMA channel driver and the
  18. host would run the QCOM_HIDMA_MGMT management driver.
  19. config QCOM_HIDMA
  20. tristate "Qualcomm Technologies HIDMA Channel support"
  21. select DMA_ENGINE
  22. help
  23. Enable support for the Qualcomm Technologies HIDMA controller.
  24. The HIDMA controller supports optimized buffer copies
  25. (user to kernel, kernel to kernel, etc.). It only supports
  26. memcpy interface. The core is not intended for general
  27. purpose slave DMA.