diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-03-11 18:33:02 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2013-04-22 06:40:56 -0400 |
commit | e1041ca41670dc5502deee1fa3517dbaf9c0a09e (patch) | |
tree | 101d519987c9b2156e33169fe9c0ae4b67f70dfa /drivers | |
parent | dbe4d9a799b5825201b4ca5261dee631245936da (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')
-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 @@ | |||
1 | config DRM_TEGRA | 1 | config DRM_TEGRA |
2 | bool "NVIDIA Tegra DRM" | 2 | bool "NVIDIA Tegra DRM" |
3 | depends on DRM && OF | 3 | depends on DRM |
4 | select DRM_KMS_HELPER | 4 | select DRM_KMS_HELPER |
5 | select FB_SYS_FILLRECT | 5 | select FB_SYS_FILLRECT |
6 | select FB_SYS_COPYAREA | 6 | select FB_SYS_COPYAREA |