media: i2c: add camera driver hynix hi556

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: If069f3e11074eb7635754c47b39a7b8ca3434219
This commit is contained in:
Wang Panzhenzhuan
2021-05-06 09:58:28 +08:00
committed by Tao Huang
parent 5dc8c4a1bf
commit c81aa1af42
3 changed files with 1628 additions and 0 deletions

View File

@@ -1799,6 +1799,18 @@ config VIDEO_SP250A
To compile this driver as a module, choose M here: the
module will be called SP250A.
config VIDEO_HYNIX_HI556
tristate "Hynix HI556 sensor support"
depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the Hynix
HI556 camera.
To compile this driver as a module, choose M here: the
module will be called hynix_hi556.
comment "Flash devices"
config VIDEO_ADP1653

View File

@@ -193,6 +193,7 @@ obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
obj-$(CONFIG_VIDEO_SC430CS) += sc430cs.o
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_SP250A) += sp250a.o
obj-$(CONFIG_VIDEO_HYNIX_HI556) += hynix_hi556.o
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o

File diff suppressed because it is too large Load Diff