mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 01:28:59 +00:00
23 lines
719 B
Diff
23 lines
719 B
Diff
|
From 9b35b30efe4161dfb345c449e14fc827edbc757f Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.org>
|
||
|
Date: Fri, 6 Sep 2019 17:48:25 +0100
|
||
|
Subject: [PATCH 796/806] configs: Set VIDEO_V4L2_SUBDEV_API=y on arm64/bcm2711
|
||
|
|
||
|
This one got missed.
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm64/configs/bcm2711_defconfig | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/arch/arm64/configs/bcm2711_defconfig
|
||
|
+++ b/arch/arm64/configs/bcm2711_defconfig
|
||
|
@@ -680,6 +680,7 @@ CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
||
|
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
||
|
CONFIG_MEDIA_RADIO_SUPPORT=y
|
||
|
CONFIG_MEDIA_CONTROLLER=y
|
||
|
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
|
||
|
CONFIG_MEDIA_USB_SUPPORT=y
|
||
|
CONFIG_USB_VIDEO_CLASS=m
|
||
|
CONFIG_USB_M5602=m
|