mbox series

[0/3] dmaengine: Allow building MMP DMA drivers as modules

Message ID 20210121110356.1768635-1-lkundrak@v3.sk (mailing list archive)
Headers show
Series dmaengine: Allow building MMP DMA drivers as modules | expand

Message

Lubomir Rintel Jan. 21, 2021, 11:03 a.m. UTC
Hi,

please consider attaching the patches chained to this message.

The last two are straighforward Kconfig changes that allow building mmp_tdma 
and mmp_pdma as modules so that distros that will choose to enable the drivers 
will not add bloat to their kernels for other platforms.

The first one gets rid of a symbol that would be exported by mmp_pdma,
because it is entirely unnecessary.

Thanks,
Lubo

Comments

Vinod Koul Jan. 26, 2021, 5:28 p.m. UTC | #1
On 21-01-21, 12:03, Lubomir Rintel wrote:
> Hi,
> 
> please consider attaching the patches chained to this message.
> 
> The last two are straighforward Kconfig changes that allow building mmp_tdma 
> and mmp_pdma as modules so that distros that will choose to enable the drivers 
> will not add bloat to their kernels for other platforms.
> 
> The first one gets rid of a symbol that would be exported by mmp_pdma,
> because it is entirely unnecessary.

Applied, thanks