diff options
author | Pi-Hsun Shih <pihsun@chromium.org> | 2019-11-12 14:03:26 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-01-20 21:29:56 +0300 |
commit | 7017996951fde84698ddfe7fd47f92bd9d9eb85d (patch) | |
tree | ed20cf19e91e293cae1912bcce6186b34f164f23 /drivers/remoteproc/Kconfig | |
parent | 63c13d61eafe4606f1c16c54da40c4eee78e9edf (diff) | |
download | linux-7017996951fde84698ddfe7fd47f92bd9d9eb85d.tar.xz |
rpmsg: add rpmsg support for mt8183 SCP.
Add a simple rpmsg support for mt8183 SCP, that use IPI / IPC directly.
Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org>
Link: https://lore.kernel.org/r/20191112110330.179649-4-pihsun@chromium.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 85d594df12e3..de3862c15fcc 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -26,6 +26,7 @@ config IMX_REMOTEPROC config MTK_SCP tristate "Mediatek SCP support" depends on ARCH_MEDIATEK + select RPMSG_MTK_SCP help Say y here to support Mediatek's System Companion Processor (SCP) via the remote processor framework. |