浏览代码

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>
Stephen Warren 12 年之前
父节点
当前提交
e1041ca416
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/gpu/host1x/drm/Kconfig

+ 1 - 1
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