Skip to content

Commit 2f261ad

Browse files
Hu Kejunrkhuangtao
authored andcommitted
media: soc_camera: add nt99230 and change parameter of soc_cfg->soc_cfg
Change-Id: Ie82c80483e918dafb3fe5237d20813a514374798 Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
1 parent a42f179 commit 2f261ad

4 files changed

Lines changed: 1088 additions & 0 deletions

File tree

drivers/media/i2c/soc_camera/rockchip/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ config VIDEO_OV7675
5353
default n
5454
---help---
5555
This is ov7675 camera driver adapt to rockchip cif isp platform.
56+
57+
config VIDEO_NT99230
58+
tristate "nt99230 driver adapt to rockchip cif isp platform"
59+
depends on VIDEO_V4L2 && VIDEO_RK_CIF_ISP10 && I2C
60+
default n
61+
---help---
62+
This is nt99230 hdmi video driver adapt to rockchip cif isp platform.
63+

drivers/media/i2c/soc_camera/rockchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ obj-$(CONFIG_VIDEO_OV7750) += ov_camera_module.o rk_camera_module.o ov7750_v4l2-
66
obj-$(CONFIG_VIDEO_TC358749XBG) += tc_camera_module.o rk_camera_module.o tc358749xbg_v4l2-i2c-subdev.o
77
obj-$(CONFIG_VIDEO_ADV7181) += adv_camera_module.o rk_camera_module.o adv7181_v4l2-i2c-subdev.o
88
obj-$(CONFIG_VIDEO_OV7675) += ov_camera_module.o rk_camera_module.o ov7675_v4l2-i2c-subdev.o
9+
obj-$(CONFIG_VIDEO_NT99230) += ov_camera_module.o rk_camera_module.o nt99230_v4l2-i2c-subdev.o

0 commit comments

Comments
 (0)