Commit b9777859 authored by Suman Anna's avatar Suman Anna Committed by Ohad Ben-Cohen

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: default avatarSuman Anna <s-anna@ti.com>
[edit commit log]
Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent 13be5432
......@@ -7,6 +7,7 @@ config REMOTEPROC
select CRC32
select FW_CONFIG
select VIRTIO
select VIRTUALIZATION
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment