Skip to content

Commit

Permalink
Merge branch 'bl808/mailbox' into bl808/all
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhorner committed May 22, 2023
2 parents 72cc58e + aba71f8 commit ce94420
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/mailbox/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,13 @@ config QCOM_IPCC
acts as an interrupt controller for receiving interrupts from clients.
Say Y here if you want to build this driver.

config BFLB_IPC
tristate "Bouffalo Lab IPC driver"
depends on OF
help
(IPC) driver for BL808 devices. The driver provides mailbox support for
sending interrupts to the clients. On the other hand, the driver also
acts as an interrupt controller for receiving interrupts from clients.
Say Y here if you want to build this driver.

endif
2 changes: 2 additions & 0 deletions drivers/mailbox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ obj-$(CONFIG_SPRD_MBOX) += sprd-mailbox.o
obj-$(CONFIG_QCOM_IPCC) += qcom-ipcc.o

obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o

obj-$(CONFIG_BFLB_IPC) += bflb-ipc.o
Loading

0 comments on commit ce94420

Please sign in to comment.