From: Luca Ceresoli Date: Tue, 18 Apr 2023 08:00:45 +0000 (+0200) Subject: staging: media: tegra-video: Kconfig: allow TPG only on Tegra210 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c973880dfbe2b1cf85276c2e6f4fc3478d24d649;p=linux.git staging: media: tegra-video: Kconfig: allow TPG only on Tegra210 We are about to add support for the Tegra20 parallel video capture, which has no TPG. In preparation for that, limit the VIDEO_TEGRA_TPG option to Tegra210 which is the only implementation currently provided by this driver. Signed-off-by: Luca Ceresoli Reviewed-by: Dmitry Osipenko Signed-off-by: Hans Verkuil --- diff --git a/drivers/staging/media/tegra-video/Kconfig b/drivers/staging/media/tegra-video/Kconfig index df1b2cff24177..c53441822fdf2 100644 --- a/drivers/staging/media/tegra-video/Kconfig +++ b/drivers/staging/media/tegra-video/Kconfig @@ -15,5 +15,6 @@ config VIDEO_TEGRA config VIDEO_TEGRA_TPG bool "NVIDIA Tegra VI driver TPG mode" depends on VIDEO_TEGRA + depends on ARCH_TEGRA_210_SOC help Say yes here to enable Tegra internal TPG mode