mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
793f8ab62c
Add kernel patches for version 6.1. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
725 B
Diff
23 lines
725 B
Diff
From 53d17ef5f5618b7abb34b5b0b471253cb8a5358e Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 12 May 2022 14:31:43 +0100
|
|
Subject: [PATCH] media: i2c: Update ov9281 Kconfig entry
|
|
|
|
Bring the OV9281 Kconfig declaration in line with upstream entries.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
drivers/media/i2c/Kconfig | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/drivers/media/i2c/Kconfig
|
|
+++ b/drivers/media/i2c/Kconfig
|
|
@@ -1367,7 +1367,6 @@ config VIDEO_TW2804
|
|
config VIDEO_OV9281
|
|
tristate "OmniVision OV9281 sensor support"
|
|
depends on I2C && VIDEO_DEV
|
|
- depends on MEDIA_CAMERA_SUPPORT
|
|
help
|
|
This is a Video4Linux2 sensor-level driver for the OmniVision
|
|
OV9281 camera.
|