media: i2c: support rn6854 AHD RX chip
Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com> Change-Id: Ie925116785f280b00d73e339608b4a6d1c7e3582
This commit is contained in:
@ -2238,6 +2238,16 @@ config VIDEO_NVP6324
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called jaguar1_drv.
|
||||
|
||||
config VIDEO_RN6854
|
||||
tristate "RICHNEX rn6854 driver support"
|
||||
depends on VIDEO_V4L2 && I2C
|
||||
help
|
||||
Support for the RICHNEX RN6854 multi channels digital decode to
|
||||
MIPI CSI-2 bridge.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called rn6854.
|
||||
|
||||
config VIDEO_HALL_DC_MOTOR
|
||||
tristate "Hall dc-motor driver for camera iris"
|
||||
depends on PWM && VIDEO_V4L2
|
||||
|
||||
@ -10,6 +10,7 @@ obj-y += soc_camera/
|
||||
obj-$(CONFIG_VIDEO_NVP6158) += nvp6158_drv/
|
||||
obj-$(CONFIG_VIDEO_NVP6188) += nvp6188.o
|
||||
obj-$(CONFIG_VIDEO_NVP6324) += jaguar1_drv/
|
||||
obj-$(CONFIG_VIDEO_RN6854) += rn6854.o
|
||||
|
||||
obj-$(CONFIG_VIDEO_APTINA_PLL) += aptina-pll.o
|
||||
obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o
|
||||
|
||||
2594
drivers/media/i2c/rn6854.c
Normal file
2594
drivers/media/i2c/rn6854.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user