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
7 It was accidentally placed in the audio decoder section.
9 Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
11 drivers/media/i2c/Kconfig | 22 +++++++++++-----------
12 1 file changed, 11 insertions(+), 11 deletions(-)
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.
21 + tristate "Sony IMX477 sensor support"
22 + depends on I2C && VIDEO_DEV
23 + select VIDEO_V4L2_SUBDEV_API
25 + This is a Video4Linux2 sensor driver for the Sony
26 + IMX477 camera. Also supports the Sony IMX378.
28 + To compile this driver as a module, choose M here: the
29 + module will be called imx477.
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.
39 - tristate "Sony IMX477 sensor support"
40 - depends on I2C && VIDEO_DEV
41 - select VIDEO_V4L2_SUBDEV_API
43 - This is a Video4Linux2 sensor driver for the Sony
44 - IMX477 camera. Also supports the Sony IMX378.
46 - To compile this driver as a module, choose M here: the
47 - module will be called imx477.
50 tristate "Panasonic VP27's internal MPX"
51 depends on VIDEO_DEV && I2C