Skip to content

Commit 5243600

Browse files
RyceancurryJassi Brar
authored andcommitted
mailbox: Add support for bcm74110
The bcm74110 mailbox driver is used to communicate with a co-processor for various power management and firmware related tasks. Signed-off-by: Justin Chen <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Tested-by: Florian Fainelli <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent dfa477b commit 5243600

File tree

3 files changed

+668
-0
lines changed

3 files changed

+668
-0
lines changed

drivers/mailbox/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,14 @@ config CIX_MBOX
350350
is unidirectional. Say Y here if you want to use the CIX Mailbox
351351
support.
352352

353+
config BCM74110_MAILBOX
354+
tristate "Brcmstb BCM74110 Mailbox"
355+
depends on ARCH_BRCMSTB || COMPILE_TEST
356+
default ARCH_BRCMSTB
357+
help
358+
Broadcom STB mailbox driver present starting with brcmstb bcm74110
359+
SoCs. The mailbox is a communication channel between the host
360+
processor and coprocessor that handles various power management task
361+
and more.
362+
353363
endif

drivers/mailbox/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ obj-$(CONFIG_QCOM_IPCC) += qcom-ipcc.o
7474
obj-$(CONFIG_THEAD_TH1520_MBOX) += mailbox-th1520.o
7575

7676
obj-$(CONFIG_CIX_MBOX) += cix-mailbox.o
77+
78+
obj-$(CONFIG_BCM74110_MAILBOX) += bcm74110-mailbox.o

0 commit comments

Comments
 (0)