mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <sfr@canb.auug.org.au> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
29238865dc
commit
ba8f6682bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue