2023-06-08 17:49:36 +00:00
|
|
|
From 641461e6a0e15b822b28ad63d8d4976441c493e5 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
|
|
Date: Thu, 12 May 2022 14:32:26 +0100
|
|
|
|
Subject: [PATCH] media: i2c: Update irs1125 Kconfig entry
|
|
|
|
|
|
|
|
Bring the IRS1125 Kconfig declaration in line with upstream entries.
|
|
|
|
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
|
|
---
|
|
|
|
drivers/media/i2c/Kconfig | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
--- a/drivers/media/i2c/Kconfig
|
|
|
|
+++ b/drivers/media/i2c/Kconfig
|
2023-09-13 20:01:32 +00:00
|
|
|
@@ -1413,8 +1413,8 @@ config VIDEO_TW9910
|
2023-06-08 17:49:36 +00:00
|
|
|
|
|
|
|
config VIDEO_IRS1125
|
|
|
|
tristate "Infineon IRS1125 sensor support"
|
|
|
|
- depends on I2C && VIDEO_DEV && VIDEO_V4L2_SUBDEV_API
|
|
|
|
- depends on MEDIA_CAMERA_SUPPORT
|
|
|
|
+ depends on I2C && VIDEO_DEV
|
|
|
|
+ select VIDEO_V4L2_SUBDEV_API
|
|
|
|
select V4L2_FWNODE
|
|
|
|
help
|
|
|
|
This is a Video4Linux2 sensor-level driver for the Infineon
|