Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Warren and committed by
Thierry Reding
e1041ca4 dbe4d9a7

+1 -1
+1 -1
drivers/gpu/host1x/drm/Kconfig
··· 1 1 config DRM_TEGRA 2 2 bool "NVIDIA Tegra DRM" 3 - depends on DRM && OF 3 + depends on DRM 4 4 select DRM_KMS_HELPER 5 5 select FB_SYS_FILLRECT 6 6 select FB_SYS_COPYAREA