Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261555
b: refs/heads/master
c: af93574
h: refs/heads/master
i:
  261553: 5539267
  261551: 0b195d9
v: v3
  • Loading branch information
Kamil Debski authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 15b24be commit 1a53e1b
Show file tree
Hide file tree
Showing 24 changed files with 7,640 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c53f9f00e5ddf72046698d6a378384e29fc9795f
refs/heads/master: af935746781088f28904601469671d244d2f653b
8 changes: 8 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1066,4 +1066,12 @@ config VIDEO_MEM2MEM_TESTDEV
framework.


config VIDEO_SAMSUNG_S5P_MFC
tristate "Samsung S5P MFC 5.1 Video Codec"
depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
select VIDEOBUF2_DMA_CONTIG
default n
help
MFC 5.1 driver for V4L2.

endif # V4L_MEM2MEM_DRIVERS
1 change: 1 addition & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ obj-$(CONFIG_VIDEO_OMAP1) += omap1_camera.o
obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o

obj-$(CONFIG_VIDEO_SAMSUNG_S5P_FIMC) += s5p-fimc/
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_MFC) += s5p-mfc/

obj-$(CONFIG_ARCH_DAVINCI) += davinci/

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/media/video/s5p-mfc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_MFC) := s5p-mfc.o
s5p-mfc-y += s5p_mfc.o s5p_mfc_intr.o s5p_mfc_opr.o
s5p-mfc-y += s5p_mfc_dec.o s5p_mfc_enc.o
s5p-mfc-y += s5p_mfc_ctrl.o s5p_mfc_cmd.o
s5p-mfc-y += s5p_mfc_pm.o s5p_mfc_shm.o
Loading

0 comments on commit 1a53e1b

Please sign in to comment.