mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: i2c: add os02k10 driver
Change-Id: Ia55f5650eb5898092a9933e942bc8b93d0774415 Signed-off-by: HongLin Lan <helin.lan@rock-chips.com>
This commit is contained in:
@@ -1389,6 +1389,15 @@ config VIDEO_OS02G10
|
||||
This is a Video4Linux2 sensor driver for the OmniVision
|
||||
OS02G10 camera.
|
||||
|
||||
config VIDEO_OS02K10
|
||||
tristate "OmniVision OS02K10 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the OmniVision
|
||||
OS02K10 camera.
|
||||
|
||||
config VIDEO_OS03B10
|
||||
tristate "OmniVision OS03B10 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -75,6 +75,7 @@ obj-$(CONFIG_VIDEO_SONY_BTF_MPX) += sony-btf-mpx.o
|
||||
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
|
||||
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
|
||||
obj-$(CONFIG_VIDEO_OS02G10) += os02g10.o
|
||||
obj-$(CONFIG_VIDEO_OS02K10) += os02k10.o
|
||||
obj-$(CONFIG_VIDEO_OS03B10) += os03b10.o
|
||||
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
|
||||
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
|
||||
|
||||
2262
drivers/media/i2c/os02k10.c
Normal file
2262
drivers/media/i2c/os02k10.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user