diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-03-11 16:33:02 -0600 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2013-04-22 12:40:56 +0200 |
commit | e1041ca41670dc5502deee1fa3517dbaf9c0a09e (patch) | |
tree | 101d519987c9b2156e33169fe9c0ae4b67f70dfa /drivers/gpu/host1x | |
parent | dbe4d9a799b5825201b4ca5261dee631245936da (diff) | |
download | linux-e1041ca41670dc5502deee1fa3517dbaf9c0a09e.tar.bz2 |
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/Kconfig | 2 |
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 |