]> git.ipfire.org Git - thirdparty/openwrt.git/blob
d13d24da6f376316530042ef5360e02b674491f5
[thirdparty/openwrt.git] /
1 From 02dc4472f10397a362ba049b48a1dec76a364440 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 0653/1085] media: i2c: Move Kconfig entry for IMX477 to the
5 camera 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 | 24 +++++++++++++-----------
12 1 file changed, 13 insertions(+), 11 deletions(-)
13
14 --- a/drivers/media/i2c/Kconfig
15 +++ b/drivers/media/i2c/Kconfig
16 @@ -223,6 +223,19 @@ config VIDEO_IMX415
17 To compile this driver as a module, choose M here: the
18 module will be called imx415.
19
20 +config VIDEO_IMX477
21 + tristate "Sony IMX477 sensor support"
22 + depends on I2C && VIDEO_DEV
23 + select VIDEO_V4L2_SUBDEV_API
24 + select MEDIA_CONTROLLER
25 + select V4L2_FWNODE
26 + help
27 + This is a Video4Linux2 sensor driver for the Sony
28 + IMX477 camera. Also supports the Sony IMX378.
29 +
30 + To compile this driver as a module, choose M here: the
31 + module will be called imx477.
32 +
33 config VIDEO_IMX519
34 tristate "Arducam IMX519 sensor support"
35 depends on I2C && VIDEO_DEV
36 @@ -931,17 +944,6 @@ config VIDEO_UDA1342
37 To compile this driver as a module, choose M here: the
38 module will be called uda1342.
39
40 -config VIDEO_IMX477
41 - tristate "Sony IMX477 sensor support"
42 - depends on I2C && VIDEO_DEV
43 - select VIDEO_V4L2_SUBDEV_API
44 - help
45 - This is a Video4Linux2 sensor driver for the Sony
46 - IMX477 camera. Also supports the Sony IMX378.
47 -
48 - To compile this driver as a module, choose M here: the
49 - module will be called imx477.
50 -
51 config VIDEO_VP27SMPX
52 tristate "Panasonic VP27's internal MPX"
53 depends on VIDEO_DEV && I2C