Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma

Pull slave-dma fix from Vinod Koul:
"A fix for resolving TI_EDMA driver's build error in allmodconfig to
have filter function built in""

* 'fixes' of git://git.infradead.org/users/vkoul/slave-dma:
dma/Kconfig: TI_EDMA needs to be boolean

+1 -1
+1 -1
drivers/dma/Kconfig
··· 194 194 Enable support for the CSR SiRFprimaII DMA engine. 195 195 196 196 config TI_EDMA 197 - tristate "TI EDMA support" 197 + bool "TI EDMA support" 198 198 depends on ARCH_DAVINCI || ARCH_OMAP 199 199 select DMA_ENGINE 200 200 select DMA_VIRTUAL_CHANNELS