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