dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] drm/exynos: Remove redundant OF dependency
@ 2013-09-05 10:55 Sachin Kamat
  2013-09-16 13:03 ` Inki Dae
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2013-09-05 10:55 UTC (permalink / raw)
  To: dri-devel; +Cc: sachin.kamat

Now that DRM_EXYNOS depends on OF, we do not need individual
drivers to depend on it.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/gpu/drm/exynos/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index 4752f22..45b6ef5 100644
--- a/drivers/gpu/drm/exynos/Kconfig
+++ b/drivers/gpu/drm/exynos/Kconfig
@@ -56,7 +56,7 @@ config DRM_EXYNOS_IPP
 
 config DRM_EXYNOS_FIMC
 	bool "Exynos DRM FIMC"
-	depends on DRM_EXYNOS_IPP && MFD_SYSCON && OF
+	depends on DRM_EXYNOS_IPP && MFD_SYSCON
 	help
 	  Choose this option if you want to use Exynos FIMC for DRM.
 
-- 
1.7.9.5

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

* Re: [PATCH 1/1] drm/exynos: Remove redundant OF dependency
  2013-09-05 10:55 [PATCH 1/1] drm/exynos: Remove redundant OF dependency Sachin Kamat
@ 2013-09-16 13:03 ` Inki Dae
  0 siblings, 0 replies; 2+ messages in thread
From: Inki Dae @ 2013-09-16 13:03 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: DRI mailing list


[-- Attachment #1.1: Type: text/plain, Size: 1012 bytes --]

2013/9/5 Sachin Kamat <sachin.kamat@linaro.org>

> Now that DRM_EXYNOS depends on OF, we do not need individual
> drivers to depend on it.
>

Right. Applied.

Thanks,
Inki Dae



>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/gpu/drm/exynos/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/exynos/Kconfig
> b/drivers/gpu/drm/exynos/Kconfig
> index 4752f22..45b6ef5 100644
> --- a/drivers/gpu/drm/exynos/Kconfig
> +++ b/drivers/gpu/drm/exynos/Kconfig
> @@ -56,7 +56,7 @@ config DRM_EXYNOS_IPP
>
>  config DRM_EXYNOS_FIMC
>         bool "Exynos DRM FIMC"
> -       depends on DRM_EXYNOS_IPP && MFD_SYSCON && OF
> +       depends on DRM_EXYNOS_IPP && MFD_SYSCON
>         help
>           Choose this option if you want to use Exynos FIMC for DRM.
>
> --
> 1.7.9.5
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>

[-- Attachment #1.2: Type: text/html, Size: 1879 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2013-09-16 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 10:55 [PATCH 1/1] drm/exynos: Remove redundant OF dependency Sachin Kamat
2013-09-16 13:03 ` Inki Dae

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).