mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
media: i2c: add tp2855 driver
Change-Id: I0df90801fc5ca04ec92f10071915c5706f642f44 Signed-off-by: Vicent Chi <vicent.chi@rock-chips.com>
This commit is contained in:
@@ -427,6 +427,17 @@ config VIDEO_TC35874X
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called tc35874x.
|
||||
|
||||
config VIDEO_TP2855
|
||||
tristate "TechPoint TP2855 sensor support"
|
||||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the TechPoint
|
||||
TP2855 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called tp2855.
|
||||
|
||||
config VIDEO_TVP514X
|
||||
tristate "Texas Instruments TVP514x video decoder"
|
||||
depends on VIDEO_V4L2 && I2C
|
||||
|
||||
@@ -49,6 +49,7 @@ obj-$(CONFIG_VIDEO_BT866) += bt866.o
|
||||
obj-$(CONFIG_VIDEO_KS0127) += ks0127.o
|
||||
obj-$(CONFIG_VIDEO_THS7303) += ths7303.o
|
||||
obj-$(CONFIG_VIDEO_THS8200) += ths8200.o
|
||||
obj-$(CONFIG_VIDEO_TP2855) += tp2855.o
|
||||
obj-$(CONFIG_VIDEO_TVP5150) += tvp5150.o
|
||||
obj-$(CONFIG_VIDEO_TVP514X) += tvp514x.o
|
||||
obj-$(CONFIG_VIDEO_TVP7002) += tvp7002.o
|
||||
|
||||
1125
drivers/media/i2c/tp2855.c
Normal file
1125
drivers/media/i2c/tp2855.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user