Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357067
b: refs/heads/master
c: 44261e3
h: refs/heads/master
i:
  357065: e450429
  357063: 9a266a9
v: v3
  • Loading branch information
Manjunath Hadli authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 2a471e1 commit 68f1565
Show file tree
Hide file tree
Showing 5 changed files with 16 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: 45e46b3bbe187a1bfc8f44c8d7ceaf851f0f4219
refs/heads/master: 44261e38059385ca1cd9c5018c579b4fc48b5a52
2 changes: 2 additions & 0 deletions trunk/drivers/staging/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ source "drivers/staging/media/as102/Kconfig"

source "drivers/staging/media/cxd2099/Kconfig"

source "drivers/staging/media/davinci_vpfe/Kconfig"

source "drivers/staging/media/dt3155v4l/Kconfig"

source "drivers/staging/media/go7007/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_SOLO6X10) += solo6x10/
obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
9 changes: 9 additions & 0 deletions trunk/drivers/staging/media/davinci_vpfe/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config VIDEO_DM365_VPFE
tristate "DM365 VPFE Media Controller Capture Driver"
depends on VIDEO_V4L2 && ARCH_DAVINCI_DM365 && !VIDEO_VPFE_CAPTURE
select VIDEOBUF2_DMA_CONTIG
help
Support for DM365 VPFE based Media Controller Capture driver.

To compile this driver as a module, choose M here: the
module will be called vpfe-mc-capture.
3 changes: 3 additions & 0 deletions trunk/drivers/staging/media/davinci_vpfe/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_VIDEO_DM365_VPFE) += \
dm365_isif.o dm365_ipipe_hw.o dm365_ipipe.o \
dm365_resizer.o dm365_ipipeif.o vpfe_mc_capture.o vpfe_video.o

0 comments on commit 68f1565

Please sign in to comment.