This is a note to let you know that I've just added the patch titled

    rpmsg: fix kconfig dependencies for VIRTIO

to the 3.9-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     rpmsg-fix-kconfig-dependencies-for-virtio.patch
and it can be found in the queue-3.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 397944df3290ddc46dcc6a08cd71fb560700431b Mon Sep 17 00:00:00 2001
From: Suman Anna <[email protected]>
Date: Sun, 21 Apr 2013 16:32:29 +0300
Subject: rpmsg: fix kconfig dependencies for VIRTIO

From: Suman Anna <[email protected]>

commit 397944df3290ddc46dcc6a08cd71fb560700431b upstream.

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

Signed-off-by: Suman Anna <[email protected]>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/rpmsg/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/rpmsg/Kconfig
+++ b/drivers/rpmsg/Kconfig
@@ -4,5 +4,6 @@ menu "Rpmsg drivers"
 config RPMSG
        tristate
        select VIRTIO
+       select VIRTUALIZATION
 
 endmenu


Patches currently in stable-queue which might be from [email protected] are

queue-3.9/rpmsg-fix-kconfig-dependencies-for-virtio.patch
queue-3.9/remoteproc-fix-kconfig-dependencies-for-virtio.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to