mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: i2c: add sc4336p driver
Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com> Change-Id: Ib7d7b41a79dba49ea73137149590527e3347d1a6
This commit is contained in:
@@ -2127,6 +2127,16 @@ config VIDEO_SC4336
|
||||
This is a Video4Linux2 sensor driver for the SmartSens
|
||||
SC4336 camera.
|
||||
|
||||
config VIDEO_SC4336P
|
||||
tristate "SmartSens SC4336P sensor support"
|
||||
depends on I2C && VIDEO_V4L2
|
||||
select MEDIA_CONTROLLER
|
||||
select VIDEO_V4L2_SUBDEV_API
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the SmartSens
|
||||
SC4336P camera.
|
||||
|
||||
config VIDEO_SC450AI
|
||||
tristate "SmartSens SC450AI sensor support"
|
||||
depends on I2C && VIDEO_V4L2
|
||||
|
||||
@@ -145,6 +145,7 @@ obj-$(CONFIG_VIDEO_SC4210) += sc4210.o
|
||||
obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
|
||||
obj-$(CONFIG_VIDEO_SC430CS) += sc430cs.o
|
||||
obj-$(CONFIG_VIDEO_SC4336) += sc4336.o
|
||||
obj-$(CONFIG_VIDEO_SC4336P) += sc4336p.o
|
||||
obj-$(CONFIG_VIDEO_SC450AI) += sc450ai.o
|
||||
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
|
||||
obj-$(CONFIG_VIDEO_SC501AI) += sc501ai.o
|
||||
|
||||
1586
drivers/media/i2c/sc4336p.c
Normal file
1586
drivers/media/i2c/sc4336p.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user