diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-20 19:58:36 (GMT) |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 08:29:51 (GMT) |
commit | 6f44c2b5280f469f39997c3092a6dd51f9efad6f (patch) | |
tree | f8e53ad5b86629111960101853542fe2f3019576 | |
parent | aef03d3fa5eda2a94a64e893bc44f89a4e8f02c1 (diff) | |
download | linux-6f44c2b5280f469f39997c3092a6dd51f9efad6f.tar.xz |
gpu: host1x: 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>
-rw-r--r-- | drivers/gpu/host1x/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/Kconfig b/drivers/gpu/host1x/Kconfig index 7d6bed2..b2fd029 100644 --- a/drivers/gpu/host1x/Kconfig +++ b/drivers/gpu/host1x/Kconfig @@ -1,6 +1,6 @@ config TEGRA_HOST1X tristate "NVIDIA Tegra host1x driver" - depends on ARCH_TEGRA || ARCH_MULTIPLATFORM + depends on ARCH_TEGRA || (ARM && COMPILE_TEST) help Driver for the NVIDIA Tegra host1x hardware. |