From: Thierry Reding Date: Wed, 20 Nov 2013 19:39:35 +0000 (+0100) Subject: drm/tegra: Increase compile test coverage X-Git-Tag: v4.0~2486^2~2^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=158b50aefa14ba18ee94b691f83a7e5d30539433;p=platform%2Fkernel%2Flinux-amlogic.git drm/tegra: Increase compile test coverage The ARCH_MULTIPLATFORM dependency was introduced back when Tegra didn't support multiplatform yet as a means to allow the driver to be easily compile-tested along with other DRM drivers. In the meantime, the new COMPILE_TEST Kconfig option has been introduced for exactly that purpose, so use that instead to clarify the intention. Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index 0810585..7a3e8ae 100644 --- a/drivers/gpu/drm/tegra/Kconfig +++ b/drivers/gpu/drm/tegra/Kconfig @@ -1,6 +1,6 @@ config DRM_TEGRA tristate "NVIDIA Tegra DRM" - depends on ARCH_TEGRA || ARCH_MULTIPLATFORM + depends on ARCH_TEGRA || (ARM && COMPILE_TEST) depends on DRM depends on RESET_CONTROLLER select TEGRA_HOST1X