1
0
Fork 0

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>
hifive-unleashed-5.1
Stephen Warren 2013-03-11 16:33:02 -06:00 committed by Thierry Reding
parent dbe4d9a799
commit e1041ca416
1 changed files with 1 additions and 1 deletions

View File

@ -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