From: Anup Patel Date: Tue, 3 Oct 2017 05:23:00 +0000 (+0530) Subject: dmaengine: Build bcm-sba-raid driver as loadable module for iProc SoCs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7076a1e4a4ea926ba9ae3b5f4a5eb6dced0a902d;p=linux.git dmaengine: Build bcm-sba-raid driver as loadable module for iProc SoCs By default, we build Broadcom SBA RAID driver as loadable module for iProc SOCs so that kernel image is little smaller and we load SBA RAID driver only when required. Signed-off-by: Anup Patel Reviewed-by: Scott Branden Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index fadc4d8783bd8..48cf8df7255f3 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -115,7 +115,7 @@ config BCM_SBA_RAID select DMA_ENGINE_RAID select ASYNC_TX_DISABLE_XOR_VAL_DMA select ASYNC_TX_DISABLE_PQ_VAL_DMA - default ARCH_BCM_IPROC + default m if ARCH_BCM_IPROC help Enable support for Broadcom SBA RAID Engine. The SBA RAID engine is available on most of the Broadcom iProc SoCs. It