summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2018-08-27 15:57:48 +0530
committerTom Rini <trini@konsulko.com>2018-09-11 08:32:55 -0400
commitf9aa41023bd9f684d5d2ad8385efbb92a39b3c07 (patch)
tree461e6b5da929c35a088a330265074a9fb4633884 /drivers/mailbox/Makefile
parent600e46b08c6ac00aef2077a7467ae586d59f3250 (diff)
downloadu-boot-f9aa41023bd9f684d5d2ad8385efbb92a39b3c07.tar.gz
u-boot-f9aa41023bd9f684d5d2ad8385efbb92a39b3c07.tar.xz
u-boot-f9aa41023bd9f684d5d2ad8385efbb92a39b3c07.zip
mailbox: Introduce K3 Secure Proxy Driver
Secure Proxy module manages hardware threads that are meant for communication between the processor entities. Adding support for this driver. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r--drivers/mailbox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile
index 155dbeb099..4ac85d412f 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_DM_MAILBOX) += mailbox-uclass.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o
obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
+obj-$(CONFIG_K3_SEC_PROXY) += k3-sec-proxy.o