media: tegra-video: Do not enable COMPILE_TEST
authorThierry Reding <treding@nvidia.com>
Tue, 12 May 2020 21:01:38 +0000 (23:01 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 12 May 2020 21:09:33 +0000 (23:09 +0200)
The symbols exported when TEGRA_HOST1X is selected don't have dummies
that could serve as stubs for COMPILE_TEST, so a hard dependency on the
TEGRA_HOST1X symbol is needed.

Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/staging/media/tegra-video/Kconfig

index 6cee329..3f03b5b 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config VIDEO_TEGRA
        tristate "NVIDIA Tegra VI driver"
-       depends on TEGRA_HOST1X || COMPILE_TEST
+       depends on TEGRA_HOST1X
        select VIDEO_V4L2
        select MEDIA_CONTROLLER
        select VIDEOBUF2_DMA_CONTIG