Skip to content

Commit

Permalink
drm/tegra: don't depend on OF
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren authored and Thierry Reding committed Apr 22, 2013
1 parent dbe4d9a commit e1041ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/host1x/drm/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e1041ca

Please sign in to comment.