Loading drivers/mailbox/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -205,4 +205,12 @@ config MTK_CMDQ_MBOX mailbox driver. The CMDQ is used to help read/write registers with critical time limitation, such as updating display configuration during the vblank. config MSM_QMP bool "QTI Mailbox Protocol(QMP)" help Say yes to add support for the QTI Mailbox Protocol mailbox driver. QMP is a lightweight communication protocol for sending messages to a remote processor. This protocol fits into the Generic Mailbox Framework. QMP uses a mailbox located in shared memory. endif drivers/mailbox/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -44,3 +44,5 @@ obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o obj-$(CONFIG_STM32_IPCC) += stm32-ipcc.o obj-$(CONFIG_MTK_CMDQ_MBOX) += mtk-cmdq-mailbox.o obj-$(CONFIG_MSM_QMP) += msm_qmp.o Loading
drivers/mailbox/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -205,4 +205,12 @@ config MTK_CMDQ_MBOX mailbox driver. The CMDQ is used to help read/write registers with critical time limitation, such as updating display configuration during the vblank. config MSM_QMP bool "QTI Mailbox Protocol(QMP)" help Say yes to add support for the QTI Mailbox Protocol mailbox driver. QMP is a lightweight communication protocol for sending messages to a remote processor. This protocol fits into the Generic Mailbox Framework. QMP uses a mailbox located in shared memory. endif
drivers/mailbox/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -44,3 +44,5 @@ obj-$(CONFIG_TEGRA_HSP_MBOX) += tegra-hsp.o obj-$(CONFIG_STM32_IPCC) += stm32-ipcc.o obj-$(CONFIG_MTK_CMDQ_MBOX) += mtk-cmdq-mailbox.o obj-$(CONFIG_MSM_QMP) += msm_qmp.o