Skip to content

Commit ef0bf47

Browse files
committed
Merge tag 'tegra-for-5.19-arm-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/defconfig
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.19-arm-defconfig' 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/20220506143005.3916655-4-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 7a2dc21 + 39ad93d commit ef0bf47

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

arch/arm/configs/multi_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ CONFIG_VIDEO_STI_DELTA=m
677677
CONFIG_VIDEO_RENESAS_FDP1=m
678678
CONFIG_VIDEO_RENESAS_JPU=m
679679
CONFIG_VIDEO_RENESAS_VSP1=m
680+
CONFIG_VIDEO_TEGRA_VDE=m
680681
CONFIG_V4L_TEST_DRIVERS=y
681682
CONFIG_VIDEO_VIVID=m
682683
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)