summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
diff options
context:
space:
mode:
authorStephen Warren2013-03-11 23:33:02 +0100
committerThierry Reding2013-04-22 12:40:56 +0200
commite1041ca41670dc5502deee1fa3517dbaf9c0a09e (patch)
tree101d519987c9b2156e33169fe9c0ae4b67f70dfa /drivers/gpu/host1x
parentdrm/tegra: Support the XBGR8888 pixelformat (diff)
downloadkernel-qcow2-linux-e1041ca41670dc5502deee1fa3517dbaf9c0a09e.tar.gz
kernel-qcow2-linux-e1041ca41670dc5502deee1fa3517dbaf9c0a09e.tar.xz
kernel-qcow2-linux-e1041ca41670dc5502deee1fa3517dbaf9c0a09e.zip
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 aa9d0768d6eb..69853a4de40a 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