From e1041ca41670dc5502deee1fa3517dbaf9c0a09e Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Mon, 11 Mar 2013 16:33:02 -0600 Subject: drm/tegra: don't depend on OF ARCH_TEGRA always enabled OF, so there's no need for any driver to depend on it. Signed-off-by: Stephen Warren Signed-off-by: Thierry Reding --- drivers/gpu/host1x/drm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/gpu/host1x/drm/Kconfig b/drivers/gpu/host1x/drm/Kconfig index aa9d0768d6e..69853a4de40 100644 --- a/drivers/gpu/host1x/drm/Kconfig +++ b/drivers/gpu/host1x/drm/Kconfig @@ -1,6 +1,6 @@ config DRM_TEGRA bool "NVIDIA Tegra DRM" - depends on DRM && OF + depends on DRM select DRM_KMS_HELPER select FB_SYS_FILLRECT select FB_SYS_COPYAREA -- cgit v1.2.3-18-g5258