Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3

ti-msgmr driver can support K3 platforms as well.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>

authored by

Nishanth Menon and committed by
Jassi Brar
cfc0f7a8 94927676

+4 -4
+4 -4
drivers/mailbox/Kconfig
··· 105 105 106 106 config TI_MESSAGE_MANAGER 107 107 tristate "Texas Instruments Message Manager Driver" 108 - depends on ARCH_KEYSTONE 108 + depends on ARCH_KEYSTONE || ARCH_K3 109 109 help 110 110 An implementation of Message Manager slave driver for Keystone 111 - architecture SoCs from Texas Instruments. Message Manager is a 112 - communication entity found on few of Texas Instrument's keystone 113 - architecture SoCs. These may be used for communication between 111 + and K3 architecture SoCs from Texas Instruments. Message Manager 112 + is a communication entity found on few of Texas Instrument's keystone 113 + and K3 architecture SoCs. These may be used for communication between 114 114 multiple processors within the SoC. Select this driver if your 115 115 platform has support for the hardware block. 116 116