media: i2c: add sc450ai support

Signed-off-by: LiuDiMing Lin <fenrir.lin@rock-chips.com>
Change-Id: Id8e49af4fe64557238a226da6abbb6b80d849a44
This commit is contained in:
LiuDiMing Lin
2023-10-27 12:00:30 +08:00
committed by Tao Huang
parent ccc60a6249
commit ef1fb629c5
3 changed files with 1651 additions and 0 deletions
+10
View File
@@ -2126,6 +2126,16 @@ config VIDEO_SC4336
This is a Video4Linux2 sensor driver for the SmartSens
SC4336 camera.
config VIDEO_SC450AI
tristate "SmartSens SC450AI sensor support"
depends on I2C && VIDEO_V4L2
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the SmartSens
SC450ai camera.
config VIDEO_SC500AI
tristate "SmartSens SC500AI sensor support"
depends on I2C && VIDEO_V4L2
+1
View File
@@ -144,6 +144,7 @@ obj-$(CONFIG_VIDEO_SC4210) += sc4210.o
obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
obj-$(CONFIG_VIDEO_SC430CS) += sc430cs.o
obj-$(CONFIG_VIDEO_SC4336) += sc4336.o
obj-$(CONFIG_VIDEO_SC450AI) += sc450ai.o
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_SC501AI) += sc501ai.o
obj-$(CONFIG_VIDEO_SC530AI) += sc530ai.o
File diff suppressed because it is too large Load Diff