Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285795
b: refs/heads/master
c: bb677f3
h: refs/heads/master
i:
  285793: 08f0fd6
  285791: 86f5b9a
v: v3
  • Loading branch information
Andrzej Pietrasiewicz authored and Mauro Carvalho Chehab committed Jan 11, 2012
1 parent 775b13f commit d45fb63
Show file tree
Hide file tree
Showing 8 changed files with 2,159 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: aa73ab96bebb6fb9e0ee4429f78bfa3ef8c5b6b6
refs/heads/master: bb677f3ac434cb1708938f1e76a41d9098affd05
8 changes: 8 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,14 @@ config VIDEO_SAMSUNG_S5P_G2D
This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
2d graphics accelerator.

config VIDEO_SAMSUNG_S5P_JPEG
tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
select VIDEOBUF2_DMA_CONTIG
select V4L2_MEM2MEM_DEV
---help---
This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec

config VIDEO_SAMSUNG_S5P_MFC
tristate "Samsung S5P MFC 5.1 Video Codec"
depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,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_JPEG) += s5p-jpeg/
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_MFC) += s5p-mfc/
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_TV) += s5p-tv/

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/s5p-jpeg/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
s5p-jpeg-objs := jpeg-core.o
obj-$(CONFIG_VIDEO_SAMSUNG_S5P_JPEG) := s5p-jpeg.o
Loading

0 comments on commit d45fb63

Please sign in to comment.