Skip to content

Commit

Permalink
[media] davinci vpbe: Build infrastructure for VPBE driver
Browse files Browse the repository at this point in the history
This patch adds the build infra-structure for Davinci
VPBE dislay driver.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Acked-by: Muralidharan Karicheri <m-karicheri2@ti.com>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manjunath Hadli authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 606b69e commit 6783edb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 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 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 6783edb

Please sign in to comment.