This is a note to let you know that I've just added the patch titled
remoteproc: 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:
remoteproc-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 b9777859ec015a78dae1476e317d04f851bfdd0d Mon Sep 17 00:00:00 2001
From: Suman Anna <[email protected]>
Date: Sun, 21 Apr 2013 16:29:38 +0300
Subject: remoteproc: fix kconfig dependencies for VIRTIO
From: Suman Anna <[email protected]>
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 <[email protected]>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/remoteproc/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -6,6 +6,7 @@ config REMOTEPROC
depends on HAS_DMA
select FW_LOADER
select VIRTIO
+ select VIRTUALIZATION
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"
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