Skip to content

Commit ba8f668

Browse files
committed
media: tegra-video: Do not enable COMPILE_TEST
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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 2923886 commit ba8f668

File tree

1 file changed

+1
-1
lines changed
  • drivers/staging/media/tegra-video

1 file changed

+1
-1
lines changed

drivers/staging/media/tegra-video/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config VIDEO_TEGRA
33
tristate "NVIDIA Tegra VI driver"
4-
depends on TEGRA_HOST1X || COMPILE_TEST
4+
depends on TEGRA_HOST1X
55
select VIDEO_V4L2
66
select MEDIA_CONTROLLER
77
select VIDEOBUF2_DMA_CONTIG

0 commit comments

Comments
 (0)