commit | 158b50aefa14ba18ee94b691f83a7e5d30539433 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Nov 20 20:39:35 2013 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Dec 19 09:29:53 2013 +0100 |
tree | 0353ea16d5e3783fd8eb125b5954ce510751646f | |
parent | fac8f158179a53aca94dd58c2224cbcda3febf1b [diff] |
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 <treding@nvidia.com>