diff mbox

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

Message ID 1369259720-24128-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

    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@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@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/remoteproc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

--
1.8.1.2

Comments

Suman Anna May 22, 2013, 10:03 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
> 
>     remoteproc: fix kconfig dependencies for VIRTIO

You can drop this patch from the 3.8.y.z extended stable tree queue. It
is applicable only from 3.9 onwards, 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 09baf96c4ee60180a1bbe24502f3d428c4b9a3a3 Mon Sep 17 00:00:00 2001
> From: Suman Anna <s-anna@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@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/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
>
diff mbox

Patch

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"