Re: [PATCH] video: exynos: Add a dependency to the menu

2014-05-08 Thread Tomi Valkeinen
On 08/04/14 13:00, Jean Delvare wrote:
> All drivers under menu EXYNOS_VIDEO depend on either ARCH_S5PV210 or
> ARCH_EXYNOS, so add these as dependencies to the menu itself. This
> avoids presenting an empty and useless menu on other architectures.
> 
> Then drivers under the menu only need a dependency if they depend on
> one of the supported architectures specifically.
> 
> Signed-off-by: Jean Delvare 
> Cc: Jean-Christophe Plagniol-Villard 
> Cc: Tomi Valkeinen 
> Cc: Kukjin Kim 
> ---
>  drivers/video/exynos/Kconfig |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-3.15-rc0.orig/drivers/video/exynos/Kconfig  2014-04-07 
> 10:23:07.316226676 +0200
> +++ linux-3.15-rc0/drivers/video/exynos/Kconfig   2014-04-08 
> 11:50:17.406723187 +0200
> @@ -4,6 +4,7 @@
>  
>  menuconfig EXYNOS_VIDEO
>   bool "Exynos Video driver support"
> + depends on ARCH_S5PV210 || ARCH_EXYNOS
>   help
> This enables support for EXYNOS Video device.
>  
> @@ -15,7 +16,6 @@ if EXYNOS_VIDEO
>  
>  config EXYNOS_MIPI_DSI
>   bool "EXYNOS MIPI DSI driver support."
> - depends on ARCH_S5PV210 || ARCH_EXYNOS
>   select GENERIC_PHY
>   help
> This enables support for MIPI-DSI device.
> 
> 

I've applied this for 3.16.

 Tomi




signature.asc
Description: OpenPGP digital signature


[PATCH] video: exynos: Add a dependency to the menu

2014-04-08 Thread Jean Delvare
All drivers under menu EXYNOS_VIDEO depend on either ARCH_S5PV210 or
ARCH_EXYNOS, so add these as dependencies to the menu itself. This
avoids presenting an empty and useless menu on other architectures.

Then drivers under the menu only need a dependency if they depend on
one of the supported architectures specifically.

Signed-off-by: Jean Delvare 
Cc: Jean-Christophe Plagniol-Villard 
Cc: Tomi Valkeinen 
Cc: Kukjin Kim 
---
 drivers/video/exynos/Kconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.15-rc0.orig/drivers/video/exynos/Kconfig2014-04-07 
10:23:07.316226676 +0200
+++ linux-3.15-rc0/drivers/video/exynos/Kconfig 2014-04-08 11:50:17.406723187 
+0200
@@ -4,6 +4,7 @@
 
 menuconfig EXYNOS_VIDEO
bool "Exynos Video driver support"
+   depends on ARCH_S5PV210 || ARCH_EXYNOS
help
  This enables support for EXYNOS Video device.
 
@@ -15,7 +16,6 @@ if EXYNOS_VIDEO
 
 config EXYNOS_MIPI_DSI
bool "EXYNOS MIPI DSI driver support."
-   depends on ARCH_S5PV210 || ARCH_EXYNOS
select GENERIC_PHY
help
  This enables support for MIPI-DSI device.


-- 
Jean Delvare
SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html