[ 3.8.y.z extended stable ] Patch "remoteproc: fix kconfig dependencies for VIRTIO" has been added to staging queue

Kamal Mostafa kamal at canonical.com
Wed May 22 21:55:20 UTC 2013


This is a note to let you know that I have just added a patch titled

    remoteproc: fix kconfig dependencies for VIRTIO

to the linux-3.8.y-queue branch of the 3.8.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.8.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.8.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

------

>From 09baf96c4ee60180a1bbe24502f3d428c4b9a3a3 Mon Sep 17 00:00:00 2001
From: Suman Anna <s-anna at ti.com>
Date: Sun, 21 Apr 2013 16:29:38 +0300
Subject: remoteproc: fix kconfig dependencies for VIRTIO

commit b9777859ec015a78dae1476e317d04f851bfdd0d upstream.

Fix this:

warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION)

Signed-off-by: Suman Anna <s-anna at ti.com>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <ohad at wizery.com>
[ kamal: backport to 3.8 ]
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 drivers/remoteproc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index a936efb..97d75f0 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -7,6 +7,7 @@ config REMOTEPROC
 	depends on HAS_DMA
 	select FW_LOADER
 	select VIRTIO
+	select VIRTUALIZATION

 config OMAP_REMOTEPROC
 	tristate "OMAP remoteproc support"
--
1.8.1.2





More information about the kernel-team mailing list