Skip to content

Commit 310b663

Browse files
committed
Merge tag 'tegra-for-5.18-arm-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
ARM: tegra: Default configuration fixes for v5.18 This contains two updates to the default configuration needed because of a Kconfig symbol name change. This fixes a failure that was detected in the NVIDIA automated test farm. * tag 'tegra-for-5.18-arm-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option Link: https://lore.kernel.org/r/20220429080626.494150-1-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 73c7bcd + 39ad93d commit 310b663

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ CONFIG_VIDEO_STI_DELTA=m
673673
CONFIG_VIDEO_RENESAS_FDP1=m
674674
CONFIG_VIDEO_RENESAS_JPU=m
675675
CONFIG_VIDEO_RENESAS_VSP1=m
676+
CONFIG_VIDEO_TEGRA_VDE=m
676677
CONFIG_V4L_TEST_DRIVERS=y
677678
CONFIG_VIDEO_VIVID=m
678679
CONFIG_VIDEO_ADV7180=m

arch/arm/configs/tegra_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ CONFIG_SERIO_NVEC_PS2=y
286286
CONFIG_NVEC_POWER=y
287287
CONFIG_NVEC_PAZ00=y
288288
CONFIG_STAGING_MEDIA=y
289-
CONFIG_TEGRA_VDE=y
289+
CONFIG_V4L_MEM2MEM_DRIVERS=y
290+
CONFIG_VIDEO_TEGRA_VDE=y
290291
CONFIG_CHROME_PLATFORMS=y
291292
CONFIG_CROS_EC=y
292293
CONFIG_CROS_EC_I2C=m

0 commit comments

Comments
 (0)