Skip to content

Commit 4ffc617

Browse files
Su Yuefurkhuangtao
authored andcommitted
media: i2c: add sc230ai sensor driver
Signed-off-by: Su Yuefu <[email protected]> Change-Id: I57e9d414fd51ddc620c18233e9072a22cb8fa7d8
1 parent 45d113a commit 4ffc617

File tree

3 files changed

+1570
-0
lines changed

3 files changed

+1570
-0
lines changed

drivers/media/i2c/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,16 @@ config VIDEO_MT9V111
16821682
To compile this driver as a module, choose M here: the
16831683
module will be called mt9v111.
16841684

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+
16851695
config VIDEO_SC3336
16861696
tristate "SmartSens SC3336 sensor support"
16871697
depends on I2C && VIDEO_V4L2

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ obj-$(CONFIG_VIDEO_MT9T112) += mt9t112.o
114114
obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o
115115
obj-$(CONFIG_VIDEO_MT9V032) += mt9v032.o
116116
obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
117+
obj-$(CONFIG_VIDEO_SC230AI) += sc230ai.o
117118
obj-$(CONFIG_VIDEO_SC3336) += sc3336.o
118119
obj-$(CONFIG_VIDEO_SC401AI) += sc401ai.o
119120
obj-$(CONFIG_VIDEO_SC4336) += sc4336.o

0 commit comments

Comments
 (0)