aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2013-04-21 16:29:38 +0300
committerOhad Ben-Cohen <ohad@wizery.com>2013-04-21 16:30:22 +0300
commitb9777859ec015a78dae1476e317d04f851bfdd0d (patch)
tree4868108a42405e943a03294914dd34fcc49f0690 /drivers/remoteproc
parent13be5432d8721d89cadae105663761f45f427842 (diff)
remoteproc: fix kconfig dependencies for VIRTIO
Fix this: warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION) Cc: stable@vger.kernel.org Signed-off-by: Suman Anna <s-anna@ti.com> [edit commit log] Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index c3675ae3cc9e..1ceb4867c97a 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -7,6 +7,7 @@ config REMOTEPROC
select CRC32
select FW_CONFIG
select VIRTIO
+ select VIRTUALIZATION
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"