Re: [PATCH v1] dma-mapping: Move debug configuration options to kernel/dma

From: Christoph Hellwig
Date: Mon Feb 11 2019 - 10:54:55 EST


On Mon, Feb 11, 2019 at 05:54:09PM +0200, Andy Shevchenko wrote:
> This is a follow up to the commit cf65a0f6f6ff
>
> ("dma-mapping: move all DMA mapping code to kernel/dma")
>
> which moved source code of DMA API to kernel/dma folder. Since there is
> no file left in the lib that require DMA API debugging options move the
> latter to kernel/dma as well.

Can we do this without the separate Kconfig.debug file?

Otherwise this looks good to me.