mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:50:52 +07:00
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>
This commit is contained in:
parent
94927676c7
commit
cfc0f7a8ea
@ -105,12 +105,12 @@ config STI_MBOX
|
|||||||
|
|
||||||
config TI_MESSAGE_MANAGER
|
config TI_MESSAGE_MANAGER
|
||||||
tristate "Texas Instruments Message Manager Driver"
|
tristate "Texas Instruments Message Manager Driver"
|
||||||
depends on ARCH_KEYSTONE
|
depends on ARCH_KEYSTONE || ARCH_K3
|
||||||
help
|
help
|
||||||
An implementation of Message Manager slave driver for Keystone
|
An implementation of Message Manager slave driver for Keystone
|
||||||
architecture SoCs from Texas Instruments. Message Manager is a
|
and K3 architecture SoCs from Texas Instruments. Message Manager
|
||||||
communication entity found on few of Texas Instrument's keystone
|
is a communication entity found on few of Texas Instrument's keystone
|
||||||
architecture SoCs. These may be used for communication between
|
and K3 architecture SoCs. These may be used for communication between
|
||||||
multiple processors within the SoC. Select this driver if your
|
multiple processors within the SoC. Select this driver if your
|
||||||
platform has support for the hardware block.
|
platform has support for the hardware block.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user