diff options
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 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  |