diff mbox

[REPOST,2] drm: tegra: don't depend on OF

Message ID 1363888630-30197-1-git-send-email-swarren@wwwdotorg.org
State Not Applicable, archived
Headers show

Commit Message

Stephen Warren March 21, 2013, 5:57 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

ARCH_TEGRA always enabled OF, so there's no need for any driver to
depend on it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
---
 drivers/gpu/drm/tegra/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Clark March 21, 2013, 7:02 p.m. UTC | #1
How far away are we from supporting tegradrm with ARCH_MULTIPLATFORM?
It would be nice to be able to at least compile-test drm core changes
with all the arm drivers in one shot..

BR,
-R

On Thu, Mar 21, 2013 at 1:57 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> ARCH_TEGRA always enabled OF, so there's no need for any driver to
> depend on it.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
> ---
>  drivers/gpu/drm/tegra/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig
> index be1daf7..15974ae 100644
> --- a/drivers/gpu/drm/tegra/Kconfig
> +++ b/drivers/gpu/drm/tegra/Kconfig
> @@ -1,6 +1,6 @@
>  config DRM_TEGRA
>         tristate "NVIDIA Tegra DRM"
> -       depends on DRM && OF && ARCH_TEGRA
> +       depends on DRM && ARCH_TEGRA
>         select DRM_KMS_HELPER
>         select DRM_GEM_CMA_HELPER
>         select DRM_KMS_CMA_HELPER
> --
> 1.7.10.4
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren March 21, 2013, 7:03 p.m. UTC | #2
On 03/21/2013 01:02 PM, Rob Clark wrote:
> How far away are we from supporting tegradrm with ARCH_MULTIPLATFORM?
> It would be nice to be able to at least compile-test drm core changes
> with all the arm drivers in one shot..

Pretty close. It might happen in 3.10 if I get time, otherwise it should
happen for 3.11.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig
index be1daf7..15974ae 100644
--- a/drivers/gpu/drm/tegra/Kconfig
+++ b/drivers/gpu/drm/tegra/Kconfig
@@ -1,6 +1,6 @@ 
 config DRM_TEGRA
 	tristate "NVIDIA Tegra DRM"
-	depends on DRM && OF && ARCH_TEGRA
+	depends on DRM && ARCH_TEGRA
 	select DRM_KMS_HELPER
 	select DRM_GEM_CMA_HELPER
 	select DRM_KMS_CMA_HELPER