linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Resend] video: exynos: Remove OF dependency for Exynos DP
@ 2014-02-12  8:45 Sachin Kamat
  2014-02-21 10:52 ` Sachin Kamat
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-02-12  8:45 UTC (permalink / raw)
  To: linux-fbdev

OF dependency can be removed as the driver does not actually
depend on it at all.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Jingoo Han <jg1.han@samsung.com>
---
 drivers/video/exynos/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig
index 1129d0e9e640..976594d578a9 100644
--- a/drivers/video/exynos/Kconfig
+++ b/drivers/video/exynos/Kconfig
@@ -30,7 +30,7 @@ config EXYNOS_LCD_S6E8AX0
 
 config EXYNOS_DP
 	bool "EXYNOS DP driver support"
-	depends on OF && ARCH_EXYNOS
+	depends on ARCH_EXYNOS
 	default n
 	help
 	  This enables support for DP device.
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH Resend] video: exynos: Remove OF dependency for Exynos DP
  2014-02-12  8:45 [PATCH Resend] video: exynos: Remove OF dependency for Exynos DP Sachin Kamat
@ 2014-02-21 10:52 ` Sachin Kamat
  0 siblings, 0 replies; 2+ messages in thread
From: Sachin Kamat @ 2014-02-21 10:52 UTC (permalink / raw)
  To: linux-fbdev

On 12 February 2014 14:03, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> OF dependency can be removed as the driver does not actually
> depend on it at all.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Acked-by: Jingoo Han <jg1.han@samsung.com>
> ---
>  drivers/video/exynos/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig
> index 1129d0e9e640..976594d578a9 100644
> --- a/drivers/video/exynos/Kconfig
> +++ b/drivers/video/exynos/Kconfig
> @@ -30,7 +30,7 @@ config EXYNOS_LCD_S6E8AX0
>
>  config EXYNOS_DP
>         bool "EXYNOS DP driver support"
> -       depends on OF && ARCH_EXYNOS
> +       depends on ARCH_EXYNOS
>         default n
>         help
>           This enables support for DP device.
> --
> 1.7.9.5
>

Gentle ping, Tomi.

-- 
With warm regards,
Sachin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-21 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12  8:45 [PATCH Resend] video: exynos: Remove OF dependency for Exynos DP Sachin Kamat
2014-02-21 10:52 ` Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).