diff options
author | Rob Rice <rrice@broadcom.com> | 2016-06-30 15:59:23 -0400 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2016-07-28 09:34:47 +0530 |
commit | a24532f8d17b7211dfb0259920edfcffc8306606 (patch) | |
tree | 9c1efa9b105ddcd10a733a250bf023bc1a18b7a6 /drivers/mailbox/Kconfig | |
parent | b04f127286e6fdbd731681f9564b0a0cd36e4bbf (diff) | |
download | linux-a24532f8d17b7211dfb0259920edfcffc8306606.tar.bz2 |
mailbox: Add Broadcom PDC mailbox driver
The Broadcom PDC mailbox driver is a mailbox controller that
manages data transfers to and from one or more offload engines.
Signed-off-by: Rob Rice <rob.rice@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r-- | drivers/mailbox/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 5305923752d2..97c372908e78 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -123,4 +123,13 @@ config XGENE_SLIMPRO_MBOX It is used to send short messages between ARM64-bit cores and the SLIMpro Management Engine, primarily for PM. Say Y here if you want to use the APM X-Gene SLIMpro IPCM support. + +config BCM_PDC_MBOX + tristate "Broadcom PDC Mailbox" + depends on ARM64 || COMPILE_TEST + default ARCH_BCM_IPROC + help + Mailbox implementation for the Broadcom PDC ring manager, + which provides access to various offload engines on Broadcom + SoCs. Say Y here if you want to use the Broadcom PDC. endif |