zephyr/drivers/dma
Armando Visconti b29dabaf57 drivers/dma: dma_stm32f4x: use dma_slot to select peripheral
The DMA API provides dma_slot field as a method to configure at
runtime which peripheral DMA_request the DMA controller should
select.

This method allows to specify different selections for different stm32
DMA streams. So, all the Kconfig definitions, which by the way where
fixing the same selection for all DMA streams, have been deleted.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2018-07-05 11:24:59 -05:00
..
CMakeLists.txt
dma_cavs.c drivers: dma_cavs: preserve DMA LLIs on stop 2018-07-05 11:05:16 -04:00
dma_cavs.h
dma_handlers.c
dma_nios2_msgdma.c
dma_qmsi.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32f4x.c drivers/dma: dma_stm32f4x: use dma_slot to select peripheral 2018-07-05 11:24:59 -05:00
Kconfig
Kconfig.cavs
Kconfig.nios2_msgdma
Kconfig.qmsi
Kconfig.sam_xdmac
Kconfig.stm32f4x drivers/dma: dma_stm32f4x: use dma_slot to select peripheral 2018-07-05 11:24:59 -05:00