[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1366133126-5448-1-git-send-email-s-anna@ti.com>
Date: Tue, 16 Apr 2013 12:25:26 -0500
From: Suman Anna <s-anna@...com>
To: Ohad Ben-Cohen <ohad@...ery.com>
CC: Rusty Russell <rusty@...tcorp.com.au>,
<linux-kernel@...r.kernel.org>,
<virtualization@...ts.linux-foundation.org>,
Suman Anna <s-anna@...com>
Subject: [PATCH 2/2] rpmsg: fix kconfig dependencies for VIRTIO
rpmsg configuration selects VIRTIO, but VIRTIO is now
subordinate to VIRTUALIZATION. RPMSG is currently selected
by OMAP_REMOTEPROC, and the dependency warning is not seen
with the fix in remoteproc config, but the kconfig menu
hierarchy dependency has to be honored nevertheless.
warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION)
warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION)
Signed-off-by: Suman Anna <s-anna@...com>
---
drivers/rpmsg/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
index f6e0ea6..370645c 100644
--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -3,6 +3,7 @@ menu "Rpmsg drivers"
# RPMSG always gets selected by whoever wants it
config RPMSG
tristate
+ select VIRTUALIZATION
select VIRTIO
endmenu
--
1.8.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists