diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-20 23:39:35 +0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 12:29:53 +0400 |
commit | 158b50aefa14ba18ee94b691f83a7e5d30539433 (patch) | |
tree | 0353ea16d5e3783fd8eb125b5954ce510751646f /drivers/gpu/drm/tegra/Kconfig | |
parent | fac8f158179a53aca94dd58c2224cbcda3febf1b (diff) | |
download | linux-158b50aefa14ba18ee94b691f83a7e5d30539433.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/Kconfig')
-rw-r--r-- | drivers/gpu/drm/tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index 08105850a60f..7a3e8ae90631 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 |