2023-06-08 17:49:36 +00:00
|
|
|
From ad20758237a3cd6c88baa9ef4d874b93a9c36c9f Mon Sep 17 00:00:00 2001
|
|
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
|
|
Date: Thu, 12 May 2022 14:29:48 +0100
|
|
|
|
Subject: [PATCH] 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(-)
|
|
|
|
|
|
|
|
--- a/drivers/media/i2c/Kconfig
|
|
|
|
+++ b/drivers/media/i2c/Kconfig
|
2023-09-13 20:01:32 +00:00
|
|
|
@@ -416,7 +416,6 @@ config VIDEO_OV13B10
|
2023-06-08 17:49:36 +00:00
|
|
|
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.
|