Skip to content

Commit

Permalink
media: rockchip: isp1: support for isp new version in rk3326
Browse files Browse the repository at this point in the history
Change-Id: I226cc2d87053d1951252122c44b570030470ba42
Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
  • Loading branch information
Hu Kejun authored and rkhuangtao committed Sep 10, 2018
1 parent ffbd304 commit 2ff6705
Show file tree
Hide file tree
Showing 8 changed files with 1,007 additions and 319 deletions.
2 changes: 1 addition & 1 deletion drivers/media/platform/rockchip/isp1/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config VIDEO_ROCKCHIP_ISP1
Support for ISP1 on the rockchip SoC.

config VIDEO_ROCKCHIP_ISP_DPHY_SY
tristate "Rockchip Image Signal Processing v1 Unit driver"
tristate "Rockchip Image Signal Processing v1 Dphy driver"
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on ARCH_ROCKCHIP || COMPILE_TEST
default n
Expand Down
12 changes: 6 additions & 6 deletions drivers/media/platform/rockchip/isp1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
obj-$(CONFIG_VIDEO_ROCKCHIP_ISP1) += video_rkisp1.o
obj-$(CONFIG_VIDEO_ROCKCHIP_ISP_DPHY_SY) += mipi_dphy_sy.o

video_rkisp1-objs += rkisp1.o \
dev.o \
regs.o \
isp_stats.o \
isp_params.o \
capture.o
video_rkisp1-objs += rkisp1.o \
dev.o \
regs.o \
isp_stats.o \
isp_params.o \
capture.o
Loading

0 comments on commit 2ff6705

Please sign in to comment.