@@ -228,6 +228,20 @@ config VIDEO_IMX412
To compile this driver as a module, choose M here: the
module will be called imx412.
+config VIDEO_IMX492
+ tristate "Sony IMX492 sensor support"
+ depends on OF_GPIO
+ depends on I2C && VIDEO_DEV
+ select VIDEO_V4L2_SUBDEV_API
+ select MEDIA_CONTROLLER
+ select V4L2_FWNODE
+ help
+ This is a Video4Linux2 sensor driver for the Sony
+ IMX492 camera.
+
+ To compile this driver as a module, choose M here: the
+ module will be called imx492.
+
config VIDEO_MAX9271_LIB
tristate
Adds the Kconfig entry right after it's sibling. Signed-off-by: Petko Manolov <petko.manolov@konsulko.com> --- drivers/media/i2c/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+)