aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-03-11 16:33:02 -0600
committerThierry Reding <thierry.reding@avionic-design.de>2013-04-22 12:40:56 +0200
commite1041ca41670dc5502deee1fa3517dbaf9c0a09e (patch)
tree101d519987c9b2156e33169fe9c0ae4b67f70dfa /drivers/gpu/host1x
parentdbe4d9a799b5825201b4ca5261dee631245936da (diff)
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 <swarren@nvidia.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r--drivers/gpu/host1x/drm/Kconfig2
1 files changed, 1 insertions, 1 deletions
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