mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
27 lines
851 B
Diff
27 lines
851 B
Diff
From 6be1963b1bafddbcbc07eff7c45ab41dc0bb850a Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 12 May 2022 14:29:48 +0100
|
|
Subject: [PATCH 423/726] media: i2c: Update ov2311 Kconfig entry
|
|
|
|
Bring the OV2311 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(-)
|
|
|
|
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
|
|
index f3960dad23be..62c94d2ac69d 100644
|
|
--- a/drivers/media/i2c/Kconfig
|
|
+++ b/drivers/media/i2c/Kconfig
|
|
@@ -421,7 +421,6 @@ config VIDEO_OV13B10
|
|
config VIDEO_OV2311
|
|
tristate "OmniVision OV2311 sensor support"
|
|
depends on I2C && VIDEO_DEV
|
|
- depends on MEDIA_CAMERA_SUPPORT
|
|
help
|
|
This is a Video4Linux2 sensor-level driver for the OmniVision
|
|
OV2311 camera.
|
|
--
|
|
2.33.1
|
|
|