bcm27xx: update 6.1 patches to latest version
[openwrt/staging/svanheule.git] / target / linux / bcm27xx / patches-6.1 / 950-1011-media-i2c-Move-Kconfig-entry-for-IMX477-to-the-camer.patch
1 From 52811174f534824f5e5bcdb681f0c508aa335244 Mon Sep 17 00:00:00 2001
2 From: Naushir Patuck <naush@raspberrypi.com>
3 Date: Wed, 4 Oct 2023 11:09:10 +0100
4 Subject: [PATCH] media: i2c: Move Kconfig entry for IMX477 to the camera
5 sensor section
6
7 It was accidentally placed in the audio decoder section.
8
9 Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
10 ---
11 drivers/media/i2c/Kconfig | 22 +++++++++++-----------
12 1 file changed, 11 insertions(+), 11 deletions(-)
13
14 --- a/drivers/media/i2c/Kconfig
15 +++ b/drivers/media/i2c/Kconfig
16 @@ -270,6 +270,17 @@ config VIDEO_IMX412
17 To compile this driver as a module, choose M here: the
18 module will be called imx412.
19
20 +config VIDEO_IMX477
21 + tristate "Sony IMX477 sensor support"
22 + depends on I2C && VIDEO_DEV
23 + select VIDEO_V4L2_SUBDEV_API
24 + help
25 + This is a Video4Linux2 sensor driver for the Sony
26 + IMX477 camera. Also supports the Sony IMX378.
27 +
28 + To compile this driver as a module, choose M here: the
29 + module will be called imx477.
30 +
31 config VIDEO_IMX519
32 tristate "Arducam IMX519 sensor support"
33 depends on I2C && VIDEO_DEV
34 @@ -1106,17 +1117,6 @@ config VIDEO_UDA1342
35 To compile this driver as a module, choose M here: the
36 module will be called uda1342.
37
38 -config VIDEO_IMX477
39 - tristate "Sony IMX477 sensor support"
40 - depends on I2C && VIDEO_DEV
41 - select VIDEO_V4L2_SUBDEV_API
42 - help
43 - This is a Video4Linux2 sensor driver for the Sony
44 - IMX477 camera. Also supports the Sony IMX378.
45 -
46 - To compile this driver as a module, choose M here: the
47 - module will be called imx477.
48 -
49 config VIDEO_VP27SMPX
50 tristate "Panasonic VP27's internal MPX"
51 depends on VIDEO_DEV && I2C