mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: i2c: add os03b10 sensor driver
Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com> Change-Id: I6fa4e4129a1ca5a2bab6f4354cd617b18628cffb
This commit is contained in:
@@ -1221,6 +1221,15 @@ config VIDEO_OS02G10
|
||||
This is a Video4Linux2 sensor driver for the OmniVision
|
||||
OS02G10 camera.
|
||||
|
||||
config VIDEO_OS03B10
|
||||
tristate "OmniVision OS03B10 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
|
||||
OS03B10 camera.
|
||||
|
||||
config VIDEO_OS04A10
|
||||
tristate "OmniVision OS04A10 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -70,6 +70,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_OS03B10) += os03b10.o
|
||||
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
|
||||
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
|
||||
obj-$(CONFIG_VIDEO_OS08A20) += os08a20.o
|
||||
|
||||
1438
drivers/media/i2c/os03b10.c
Normal file
1438
drivers/media/i2c/os03b10.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user