aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mailbox/Kconfig
diff options
context:
space:
mode:
authorMarek Behun <marek.behun@nic.cz>2019-03-31 05:15:33 +0200
committerJassi Brar <jaswinder.singh@linaro.org>2019-05-09 00:41:00 -0500
commit8fbbfd966efa67ef9aec37cb4ff412f9f26e1e84 (patch)
treedd7ce2e7dfc7360a2945d6a7f9710a446e9fc1ef /drivers/mailbox/Kconfig
parentdt-bindings: mailbox: Document armada-3700-rwtm-mailbox binding (diff)
downloadwireguard-linux-8fbbfd966efa67ef9aec37cb4ff412f9f26e1e84.tar.xz
wireguard-linux-8fbbfd966efa67ef9aec37cb4ff412f9f26e1e84.zip
mailbox: Add support for Armada 37xx rWTM mailbox
This adds support for the mailbox via which the kernel can communicate with the firmware running on the secure processor of the Armada 37xx SOC. The rWTM secure processor has access to internal eFuses and cryptographic circuits, such as the Entropy Bit Generator to generate true random numbers. Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r--drivers/mailbox/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index d86e7a4ac04d..595542bfae85 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -41,6 +41,16 @@ config PL320_MBOX
Management Engine, primarily for cpufreq. Say Y here if you want
to use the PL320 IPCM support.
+config ARMADA_37XX_RWTM_MBOX
+ tristate "Armada 37xx rWTM BIU Mailbox"
+ depends on ARCH_MVEBU || COMPILE_TEST
+ depends on OF
+ help
+ Mailbox implementation for communication with the the firmware
+ running on the Cortex-M3 rWTM secure processor of the Armada 37xx
+ SOC. Say Y here if you are building for such a device (for example
+ the Turris Mox router).
+
config OMAP2PLUS_MBOX
tristate "OMAP2+ Mailbox framework support"
depends on ARCH_OMAP2PLUS