From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v1] dma-mapping: Move debug configuration options to kernel/dma Date: Mon, 11 Feb 2019 16:54:50 +0100 Message-ID: <20190211155450.GA27697@lst.de> References: <20190211155409.41465-1-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190211155409.41465-1-andriy.shevchenko@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko Cc: Marek Szyprowski , Robin Murphy , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Christoph Hellwig List-Id: iommu@lists.linux-foundation.org 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.