aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@broadcom.com>2017-10-03 01:21:52 -0400
committerJassi Brar <jaswinder.singh@linaro.org>2017-10-27 03:33:05 -0400
commit22d28b0ffcf42e8a98d3fef8d73d1aff26f5518b (patch)
treebd917d02f235d623dbb36e53b30467d7e5ae1e8b
parentbf7e18991f8fad39137abfa9098bf8d6a4b1e7e5 (diff)
mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCs
By default, we build Broadcom FlexRM driver as loadable module for iProc SOCs so that kernel image is little smaller and we load FlexRM driver only when required. Signed-off-by: Anup Patel <anup.patel@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--drivers/mailbox/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 3161f2322eb2..ba2f1525f4ee 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -166,7 +166,7 @@ config BCM_FLEXRM_MBOX
166 depends on ARCH_BCM_IPROC || COMPILE_TEST 166 depends on ARCH_BCM_IPROC || COMPILE_TEST
167 depends on HAS_DMA 167 depends on HAS_DMA
168 select GENERIC_MSI_IRQ_DOMAIN 168 select GENERIC_MSI_IRQ_DOMAIN
169 default ARCH_BCM_IPROC 169 default m if ARCH_BCM_IPROC
170 help 170 help
171 Mailbox implementation of the Broadcom FlexRM ring manager, 171 Mailbox implementation of the Broadcom FlexRM ring manager,
172 which provides access to various offload engines on Broadcom 172 which provides access to various offload engines on Broadcom