media: i2c: add support sc231hai sensor driver

Signed-off-by: LongChang Ma <chad.ma@rock-chips.com>
Change-Id: Ia3d60c6fe2050c1eb45e0b208691af0453ea5497
This commit is contained in:
LongChang Ma
2025-08-16 16:58:32 +08:00
parent 33f3c21629
commit 8805d031be
3 changed files with 2200 additions and 0 deletions

View File

@@ -1978,6 +1978,16 @@ config VIDEO_SC2310
This is a Video4Linux2 sensor driver for the SmartSens
SC2310 camera.
config VIDEO_SC231HAI
tristate "SmartSens SC231HAI sensor support"
depends on I2C && VIDEO_DEV
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the SmartSens
SC231HAI camera.
config VIDEO_SC2336
tristate "SmartSens SC2336 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -245,6 +245,7 @@ obj-$(CONFIG_VIDEO_SC2239) += sc2239.o
obj-$(CONFIG_VIDEO_SC223A) += sc223a.o
obj-$(CONFIG_VIDEO_SC230AI) += sc230ai.o
obj-$(CONFIG_VIDEO_SC2310) += sc2310.o
obj-$(CONFIG_VIDEO_SC231HAI) += sc231hai.o
obj-$(CONFIG_VIDEO_SC2336) += sc2336.o
obj-$(CONFIG_VIDEO_SC2355) += sc2355.o
obj-$(CONFIG_VIDEO_SC235HAI) += sc235hai.o

2189
drivers/media/i2c/sc231hai.c Normal file

File diff suppressed because it is too large Load Diff