Skip to content

Commit

Permalink
remoteproc: fix kconfig dependencies for VIRTIO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Suman Anna authored and Ohad Ben-Cohen committed Apr 21, 2013
1 parent 13be543 commit b977785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/remoteproc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config REMOTEPROC
select CRC32
select FW_CONFIG
select VIRTIO
select VIRTUALIZATION

config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"
Expand Down

0 comments on commit b977785

Please sign in to comment.