mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 18:47:06 +00:00
27 lines
838 B
Diff
27 lines
838 B
Diff
|
From 5268102a3b9f7fc36e18e4cc913f42218a578487 Mon Sep 17 00:00:00 2001
|
||
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
||
|
Date: Mon, 1 Jul 2019 12:00:27 +0100
|
||
|
Subject: [PATCH 692/703] Revert "configs: Drop V4L2 camera and codec drivers
|
||
|
from bcmrpi3_defconfig"
|
||
|
|
||
|
This reverts commit e8a66b4f610b3a20bae8f706256d230135916c26.
|
||
|
|
||
|
The issues are now resolved.
|
||
|
|
||
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm64/configs/bcmrpi3_defconfig | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
||
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
||
|
@@ -1086,6 +1086,8 @@ CONFIG_FB_TFT_WATTEROTT=m
|
||
|
CONFIG_FB_FLEX=m
|
||
|
CONFIG_FB_TFT_FBTFT_DEVICE=m
|
||
|
CONFIG_SND_BCM2835=m
|
||
|
+CONFIG_VIDEO_BCM2835=m
|
||
|
+CONFIG_VIDEO_CODEC_BCM2835=m
|
||
|
CONFIG_MAILBOX=y
|
||
|
CONFIG_BCM2835_MBOX=y
|
||
|
# CONFIG_IOMMU_SUPPORT is not set
|