[ 3.8.y.z extended stable ] Patch "rpmsg: fix kconfig dependencies for VIRTIO" has been added to staging queue
Suman Anna
s-anna at ti.com
Wed May 22 22:05:30 UTC 2013
Kamal,
On 05/22/2013 04:55 PM, Kamal Mostafa wrote:
> This is a note to let you know that I have just added a patch titled
>
> rpmsg: fix kconfig dependencies for VIRTIO
You can drop this patch as well from the 3.8.y.z extended stable tree
queue. The VIRTUALIZATION option is added only in 3.9 through the
arch/arm/kvm folder.
regards
Suman
>
> 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 e995a82151fe4a7043b3d029c59e039d94a27efe Mon Sep 17 00:00:00 2001
> From: Suman Anna <s-anna at ti.com>
> Date: Sun, 21 Apr 2013 16:32:29 +0300
> Subject: rpmsg: fix kconfig dependencies for VIRTIO
>
> 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 <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/rpmsg/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/rpmsg/Kconfig b/drivers/rpmsg/Kconfig
> index 2bd911f..28cbdac 100644
> --- a/drivers/rpmsg/Kconfig
> +++ b/drivers/rpmsg/Kconfig
> @@ -4,6 +4,7 @@ menu "Rpmsg drivers (EXPERIMENTAL)"
> config RPMSG
> tristate
> select VIRTIO
> + select VIRTUALIZATION
> depends on EXPERIMENTAL
>
> endmenu
> --
> 1.8.1.2
>
More information about the kernel-team
mailing list