diff options
author | Anup Patel <anup.patel@broadcom.com> | 2017-10-03 10:51:52 +0530 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2017-10-27 13:03:05 +0530 |
commit | 22d28b0ffcf42e8a98d3fef8d73d1aff26f5518b (patch) | |
tree | bd917d02f235d623dbb36e53b30467d7e5ae1e8b | |
parent | bf7e18991f8fad39137abfa9098bf8d6a4b1e7e5 (diff) | |
download | linux-22d28b0ffcf42e8a98d3fef8d73d1aff26f5518b.tar.gz linux-22d28b0ffcf42e8a98d3fef8d73d1aff26f5518b.tar.bz2 linux-22d28b0ffcf42e8a98d3fef8d73d1aff26f5518b.zip |
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/Kconfig | 2 |
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 depends on ARCH_BCM_IPROC || COMPILE_TEST depends on HAS_DMA select GENERIC_MSI_IRQ_DOMAIN - default ARCH_BCM_IPROC + default m if ARCH_BCM_IPROC help Mailbox implementation of the Broadcom FlexRM ring manager, which provides access to various offload engines on Broadcom |