Skip to content

Commit

Permalink
rpmsg: 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: [email protected]
Signed-off-by: Suman Anna <[email protected]>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <[email protected]>
  • Loading branch information
sumananna authored and ohadbc committed Apr 21, 2013
1 parent d8115db commit 397944d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rpmsg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ menu "Rpmsg drivers"
config RPMSG
tristate
select VIRTIO
select VIRTUALIZATION

endmenu

0 comments on commit 397944d

Please sign in to comment.