diff options
| author | Lokesh Vutla <[email protected]> | 2018-08-27 15:57:48 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-11 08:32:55 -0400 |
| commit | f9aa41023bd9f684d5d2ad8385efbb92a39b3c07 (patch) | |
| tree | 461e6b5da929c35a088a330265074a9fb4633884 /drivers/mailbox/Kconfig | |
| parent | 600e46b08c6ac00aef2077a7467ae586d59f3250 (diff) | |
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 <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Signed-off-by: Andreas Dannenberg <[email protected]>
Diffstat (limited to 'drivers/mailbox/Kconfig')
| -rw-r--r-- | drivers/mailbox/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 9649b705895..2836ee4a7b0 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -24,4 +24,14 @@ config TEGRA_HSP This enables support for the NVIDIA Tegra HSP Hw module, which implements doorbells, mailboxes, semaphores, and shared interrupts. +config K3_SEC_PROXY + bool "Texas Instruments K3 Secure Proxy Driver" + depends on DM_MAILBOX && ARCH_K3 + help + An implementation of Secure proxy slave driver for K3 SoCs from + Texas Instruments. Secure proxy is a communication entity mainly + used for communication between multiple processors with the SoC. + Select this driver if your platform has support for this hardware + block. + endmenu |
