zephyr/drivers/dma
Ulf Magnusson d0a6f682d1 kconfig: Fix up newly-introduced copy-pasted headers
Same deal as in https://github.com/zephyrproject-rtos/zephyr/pull/20280,
for newly-introduced stuff.

Will avoid failures with the new CI test in
https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only
checks changed files.

Also fix some un-indented properties on choices. Choice properties work
the same as symbol properties syntactically.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-19 15:25:08 -05:00
..
CMakeLists.txt drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
dma_cavs.c cleanup: include/: move dma.h to drivers/dma.h 2019-06-27 22:55:49 -04:00
dma_cavs.h drivers: dma_cavs: add buffer refresh/reload 2018-11-05 08:48:36 -05:00
dma_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
dma_nios2_msgdma.c cleanup: include/: move dma.h to drivers/dma.h 2019-06-27 22:55:49 -04:00
dma_sam0.c drivers: dma: sam0: fix DMA to peripheral transfer on SAMD5x 2019-11-05 23:29:50 +01:00
dma_sam_xdmac.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
dma_sam_xdmac.h dma: use user data in callback 2018-10-16 16:58:19 -04:00
dma_stm32_v1.c drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
dma_stm32_v2.c drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
dma_stm32.c drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
dma_stm32.h drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
Kconfig drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
Kconfig.cavs kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nios2_msgdma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_xdmac kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00