diff options
author | Loic Pallardy <loic.pallardy@st.com> | 2017-01-31 13:35:54 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-02-06 13:10:12 -0800 |
commit | 231c8dfd1a9ff530869e1327ba4168dbe592f3f9 (patch) | |
tree | 9d94a97973571c838159cbd8bb70e40c692244d2 /drivers/remoteproc/Kconfig | |
parent | 3e49ecf6b49c31b70235d260b957376c00265c1e (diff) |
remoteproc: st: add virtio communication support
This patch provides virtio communication support based on mailbox
for ST co-processors.
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 402de7089302..65f86bc24c07 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -118,6 +118,9 @@ config ST_REMOTEPROC tristate "ST remoteproc support" depends on ARCH_STI depends on REMOTEPROC + select MAILBOX + select STI_MBOX + select RPMSG_VIRTIO help Say y here to support ST's adjunct processors via the remote processor framework. |