linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra_defconfig: Fix enabling of the Tegra VDE driver
@ 2022-04-06 13:59 Jon Hunter
  2022-04-06 14:37 ` Dmitry Osipenko
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Hunter @ 2022-04-06 13:59 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-arm-kernel, linux-tegra, Dmitry Osipenko, Jon Hunter

Commit 8bd4aaf438e3 ("media: staging: tegra-vde: De-stage driver") moved
the Tegra VDE driver out of staging and updated the Kconfig symbol for
enabling the driver from CONFIG_TEGRA_VDE to CONFIG_VIDEO_TEGRA_VDE.
However, the tegra_defconfig was not updated and so the driver is no
longer enabled by default. Furthermore, now that the Tegra VDE driver
has been moved under the Kconfig symbol CONFIG_V4L_MEM2MEM_DRIVERS, it
is now also necessary to enable CONFIG_V4L_MEM2MEM_DRIVERS in order to
enable CONFIG_VIDEO_TEGRA_VDE. Fix this by ensuring that
CONFIG_V4L_MEM2MEM_DRIVERS and CONFIG_VIDEO_TEGRA_VDE are both enabled
in the tegra_defconfig.

Fixes: 8bd4aaf438e3 ("media: staging: tegra-vde: De-stage driver")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 arch/arm/configs/tegra_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 289d022acc4b..c209722399d7 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -286,7 +286,8 @@ CONFIG_SERIO_NVEC_PS2=y
 CONFIG_NVEC_POWER=y
 CONFIG_NVEC_PAZ00=y
 CONFIG_STAGING_MEDIA=y
-CONFIG_TEGRA_VDE=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_TEGRA_VDE=y
 CONFIG_CHROME_PLATFORMS=y
 CONFIG_CROS_EC=y
 CONFIG_CROS_EC_I2C=m
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-06 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 13:59 [PATCH] ARM: tegra_defconfig: Fix enabling of the Tegra VDE driver Jon Hunter
2022-04-06 14:37 ` Dmitry Osipenko
2022-04-06 14:58   ` Jon Hunter
2022-04-06 15:04     ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).