diff options
author | Nicolas Frayer <nfrayer@baylibre.com> | 2022-11-22 23:22:44 +0300 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2022-12-19 05:40:29 +0300 |
commit | 31c8d06e55acc325c64596f148d5405dbe4adf30 (patch) | |
tree | e4525d714529bfe1527d6d9563b304ef00ad4920 /drivers/mailbox | |
parent | e2cb0eac3d1d1acc8203634f3243859d95e4b37c (diff) | |
download | linux-31c8d06e55acc325c64596f148d5405dbe4adf30.tar.xz |
mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg manager
Defaulting the build to ARCH_K3 for the TI message manager driver.
Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox')
-rw-r--r-- | drivers/mailbox/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 05d6fae800e3..3515ab67da48 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -136,6 +136,7 @@ config STI_MBOX config TI_MESSAGE_MANAGER tristate "Texas Instruments Message Manager Driver" depends on ARCH_KEYSTONE || ARCH_K3 + default ARCH_K3 help An implementation of Message Manager slave driver for Keystone and K3 architecture SoCs from Texas Instruments. Message Manager |