File tree Expand file tree Collapse file tree 3 files changed +1570
-0
lines changed Expand file tree Collapse file tree 3 files changed +1570
-0
lines changed Original file line number Diff line number Diff line change @@ -1682,6 +1682,16 @@ config VIDEO_MT9V111
1682
1682
To compile this driver as a module, choose M here: the
1683
1683
module will be called mt9v111.
1684
1684
1685
+ config VIDEO_SC230AI
1686
+ tristate "SmartSens SC230AI sensor support"
1687
+ depends on I2C && VIDEO_V4L2
1688
+ select MEDIA_CONTROLLER
1689
+ select VIDEO_V4L2_SUBDEV_API
1690
+ select V4L2_FWNODE
1691
+ help
1692
+ This is a Video4Linux2 sensor driver for the SmartSens
1693
+ SC230AI camera.
1694
+
1685
1695
config VIDEO_SC3336
1686
1696
tristate "SmartSens SC3336 sensor support"
1687
1697
depends on I2C && VIDEO_V4L2
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ obj-$(CONFIG_VIDEO_MT9T112) += mt9t112.o
114
114
obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o
115
115
obj-$(CONFIG_VIDEO_MT9V032) += mt9v032.o
116
116
obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
117
+ obj-$(CONFIG_VIDEO_SC230AI) += sc230ai.o
117
118
obj-$(CONFIG_VIDEO_SC3336) += sc3336.o
118
119
obj-$(CONFIG_VIDEO_SC401AI) += sc401ai.o
119
120
obj-$(CONFIG_VIDEO_SC4336) += sc4336.o
You can’t perform that action at this time.
0 commit comments