From 6c9be420e167ee7ce45c0309586f09ddab28ac15 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 30 Nov 2023 08:55:53 +0000 Subject: [PATCH] enable can1 --- kernel/drivers/media/i2c/Kconfig | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/media/i2c/Kconfig b/kernel/drivers/media/i2c/Kconfig index b76e2db..a982b86 100644 --- a/kernel/drivers/media/i2c/Kconfig +++ b/kernel/drivers/media/i2c/Kconfig @@ -748,6 +748,17 @@ To compile this driver as a module, choose M here: the module will be called imx219. +config VIDEO_IMX241 + tristate "Sony IMX241 sensor support" + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API + depends on MEDIA_CAMERA_SUPPORT + help + This is a Video4Linux2 sensor driver for the Sony + IMX241 camera. + + To compile this driver as a module, choose M here: the + module will be called imx241. + config VIDEO_IMX258 tristate "Sony IMX258 sensor support" depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API -- Gitblit v1.6.2