video: rename tegra20 to tegra

Since this set of drivers suports four Tegra SoC generations, lets name it
just 'tegra'.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Svyatoslav Ryhel 2025-03-29 16:49:53 +02:00
parent e69eeffb59
commit 901f249fdb
15 changed files with 2 additions and 2 deletions

View File

@ -819,7 +819,7 @@ config VIDEO_TEGRA124
source "drivers/video/bridge/Kconfig"
source "drivers/video/tegra20/Kconfig"
source "drivers/video/tegra/Kconfig"
source "drivers/video/imx/Kconfig"

View File

@ -85,4 +85,4 @@ obj-$(CONFIG_VIDEO_ZYNQMP_DPSUB) += zynqmp/
obj-y += bridge/
obj-y += sunxi/
obj-y += tegra20/
obj-y += tegra/