From: Stephen Warren Date: Mon, 11 Mar 2013 22:33:02 +0000 (-0600) Subject: drm/tegra: don't depend on OF X-Git-Tag: v3.10-rc1~110^2~36^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e1041ca41670dc5502deee1fa3517dbaf9c0a09e;p=~emulex%2Finfiniband.git 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 Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/drm/Kconfig b/drivers/gpu/host1x/drm/Kconfig index aa9d0768d6e..69853a4de40 100644 --- a/drivers/gpu/host1x/drm/Kconfig +++ b/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