d7bce7989d97d9f387a547f1079bc43ffd20a1b5
[openwrt/staging/jogo.git] / target / linux / brcm2708 / patches-4.19 / 950-0344-configs-Add-V4L2-codec-driver-to-bcmrpi3_defconfig.patch
1 From a2c1e42fcbf0452c185b849821a7e689b1fc0cba Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Mon, 4 Feb 2019 13:42:51 +0000
4 Subject: [PATCH 344/782] configs: Add V4L2 codec driver to bcmrpi3_defconfig
5
6 As this is now fixed to work with 64bit kernels, add it to the
7 defconfig.
8
9 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
10 ---
11 arch/arm64/configs/bcmrpi3_defconfig | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/arch/arm64/configs/bcmrpi3_defconfig
15 +++ b/arch/arm64/configs/bcmrpi3_defconfig
16 @@ -1071,6 +1071,7 @@ CONFIG_FB_FLEX=m
17 CONFIG_FB_TFT_FBTFT_DEVICE=m
18 CONFIG_SND_BCM2835=m
19 CONFIG_VIDEO_BCM2835=m
20 +CONFIG_VIDEO_CODEC_BCM2835=m
21 CONFIG_MAILBOX=y
22 CONFIG_BCM2835_MBOX=y
23 # CONFIG_IOMMU_SUPPORT is not set