aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorLoic Pallardy <loic.pallardy@st.com>2017-01-31 13:35:54 +0100
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-02-06 13:10:12 -0800
commit231c8dfd1a9ff530869e1327ba4168dbe592f3f9 (patch)
tree9d94a97973571c838159cbd8bb70e40c692244d2 /drivers/remoteproc/Kconfig
parentremoteproc: st: correct probe error management (diff)
downloadlinux-dev-231c8dfd1a9ff530869e1327ba4168dbe592f3f9.tar.xz
linux-dev-231c8dfd1a9ff530869e1327ba4168dbe592f3f9.zip
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/Kconfig3
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.