mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
committed by
Tao Huang
parent
5dc8c4a1bf
commit
c81aa1af42
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
1615
drivers/media/i2c/hynix_hi556.c
Normal file
1615
drivers/media/i2c/hynix_hi556.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user