mirror of https://github.com/hak5/openwrt.git
23 lines
717 B
Diff
23 lines
717 B
Diff
From 8692aec0c7dd04fd36c94e6d4ad8b4f3626d17ce Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
Date: Mon, 29 Oct 2018 17:49:04 +0000
|
|
Subject: [PATCH 279/806] ARM: bcm2835_defconfig: Enable bcm2835-codec
|
|
|
|
Enables the V4L2 M2M codec driver as a module.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
---
|
|
arch/arm/configs/bcm2835_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/configs/bcm2835_defconfig
|
|
+++ b/arch/arm/configs/bcm2835_defconfig
|
|
@@ -132,6 +132,7 @@ CONFIG_DMA_BCM2835=y
|
|
CONFIG_STAGING=y
|
|
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
|