Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261342
b: refs/heads/master
c: 6783edb
h: refs/heads/master
v: v3
  • Loading branch information
Manjunath Hadli authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 267f808 commit 7ffbe80
Show file tree
Hide file tree
Showing 3 changed files with 26 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: 606b69e9b9442dc283cc2ed1ed73c39f3c5d0ca5
refs/heads/master: 6783edbc83ddcfff75bc1bcde47dfe95a795f95a
23 changes: 23 additions & 0 deletions trunk/drivers/media/video/davinci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,26 @@ config VIDEO_ISIF

To compile this driver as a module, choose M here: the
module will be called vpfe.

config VIDEO_DM644X_VPBE
tristate "DM644X VPBE HW module"
depends on ARCH_DAVINCI_DM644x
select VIDEO_VPSS_SYSTEM
select VIDEOBUF_DMA_CONTIG
help
Enables VPBE modules used for display on a DM644x
SoC.

To compile this driver as a module, choose M here: the
module will be called vpbe.


config VIDEO_VPBE_DISPLAY
tristate "VPBE V4L2 Display driver"
depends on ARCH_DAVINCI_DM644x
select VIDEO_DM644X_VPBE
help
Enables VPBE V4L2 Display driver on a DM644x device

To compile this driver as a module, choose M here: the
module will be called vpbe_display.
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ obj-$(CONFIG_VIDEO_VPFE_CAPTURE) += vpfe_capture.o
obj-$(CONFIG_VIDEO_DM6446_CCDC) += dm644x_ccdc.o
obj-$(CONFIG_VIDEO_DM355_CCDC) += dm355_ccdc.o
obj-$(CONFIG_VIDEO_ISIF) += isif.o
obj-$(CONFIG_VIDEO_DM644X_VPBE) += vpbe.o vpbe_osd.o vpbe_venc.o
obj-$(CONFIG_VIDEO_VPBE_DISPLAY) += vpbe_display.o

0 comments on commit 7ffbe80

Please sign in to comment.