mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
media: i2c: add support sc235hai sensor driver
Signed-off-by: LongChang Ma <chad.ma@rock-chips.com> Change-Id: Ia8d63407bd770d625c0cc0513b78096a5d1c9a1e
This commit is contained in:
@@ -1999,6 +1999,16 @@ config VIDEO_SC2355
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called sc2355.
|
||||
|
||||
config VIDEO_SC235HAI
|
||||
tristate "SmartSens SC235HAI 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
|
||||
SC235HAI camera.
|
||||
|
||||
config VIDEO_SC301IOT
|
||||
tristate "SmartSens SC301IOT sensor support"
|
||||
depends on I2C && VIDEO_DEV
|
||||
|
||||
@@ -247,6 +247,7 @@ obj-$(CONFIG_VIDEO_SC230AI) += sc230ai.o
|
||||
obj-$(CONFIG_VIDEO_SC2310) += sc2310.o
|
||||
obj-$(CONFIG_VIDEO_SC2336) += sc2336.o
|
||||
obj-$(CONFIG_VIDEO_SC2355) += sc2355.o
|
||||
obj-$(CONFIG_VIDEO_SC235HAI) += sc235hai.o
|
||||
obj-$(CONFIG_VIDEO_SC301IOT) += sc301iot.o
|
||||
obj-$(CONFIG_VIDEO_SC3336) += sc3336.o
|
||||
obj-$(CONFIG_VIDEO_SC3336P) += sc3336p.o
|
||||
|
||||
2261
drivers/media/i2c/sc235hai.c
Normal file
2261
drivers/media/i2c/sc235hai.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user