diff mbox

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

Message ID 1369259720-24170-1-git-send-email-kamal@canonical.com
State New
Headers show

Commit Message

Kamal Mostafa May 22, 2013, 9:55 p.m. UTC
This is a note to let you know that I have just added a patch titled

    rpmsg: 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 e995a82151fe4a7043b3d029c59e039d94a27efe Mon Sep 17 00:00:00 2001
From: Suman Anna <s-anna@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@ti.com>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
[ kamal: backport to 3.8 ]
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
---
 drivers/rpmsg/Kconfig | 1 +
 1 file changed, 1 insertion(+)

--
1.8.1.2

Comments

Suman Anna May 22, 2013, 10:05 p.m. UTC | #1
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@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@ti.com>
> [edit commit log]
> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
> [ kamal: backport to 3.8 ]
> Signed-off-by: Kamal Mostafa <kamal@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
>
diff mbox

Patch

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