Skip to content

Commit

Permalink
dmaengine: Build bcm-sba-raid driver as loadable module for iProc SoCs
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Scott Branden <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
  • Loading branch information
anupbrcm authored and Vinod Koul committed Oct 23, 2017
1 parent d5c3348 commit 7076a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7076a1e

Please sign in to comment.