mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: support sc5239 sensor driver
support linear/hdr 2560*1920@15fps mode Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com> Change-Id: I5ba1c881d009ee2348fe7e982e5fc531d2cbbb31
This commit is contained in:
@@ -1837,6 +1837,17 @@ config VIDEO_SC500AI
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called SC500AI.
|
||||
|
||||
config VIDEO_SC5239
|
||||
tristate "SmartSens SC5239 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the SmartSens SC5239 sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called SC5239.
|
||||
|
||||
config VIDEO_SC8220
|
||||
tristate "SmartSens SC8220 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -197,6 +197,7 @@ obj-$(CONFIG_VIDEO_SC401AI) += sc401ai.o
|
||||
obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
|
||||
obj-$(CONFIG_VIDEO_SC430CS) += sc430cs.o
|
||||
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
|
||||
obj-$(CONFIG_VIDEO_SC5239) += sc5239.o
|
||||
obj-$(CONFIG_VIDEO_SC8220) += sc8220.o
|
||||
obj-$(CONFIG_VIDEO_SP250A) += sp250a.o
|
||||
obj-$(CONFIG_VIDEO_HYNIX_HI556) += hynix_hi556.o
|
||||
|
||||
1554
drivers/media/i2c/sc5239.c
Normal file
1554
drivers/media/i2c/sc5239.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user