Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181737
b: refs/heads/master
c: 00cb9f6
h: refs/heads/master
i:
  181735: 8bb18f6
v: v3
  • Loading branch information
Murali Karicheri authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 3fcf2c1 commit 065590c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85b848caf77a0cc6a9df0a0f40d876211b394682
refs/heads/master: 00cb9f6920aaeb34bcef146085ae57e363641a85
14 changes: 13 additions & 1 deletion trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ config VIDEO_VPSS_SYSTEM
depends on ARCH_DAVINCI
help
Support for vpss system module for video driver
default y

config VIDEO_VPFE_CAPTURE
tristate "VPFE Video Capture Driver"
Expand Down Expand Up @@ -601,6 +600,19 @@ config VIDEO_DM355_CCDC
To compile this driver as a module, choose M here: the
module will be called vpfe.

config VIDEO_ISIF
tristate "ISIF HW module"
depends on ARCH_DAVINCI_DM365 && VIDEO_VPFE_CAPTURE
select VIDEO_VPSS_SYSTEM
default y
help
Enables ISIF hw module. This is the hardware module for
configuring ISIF in VPFE to capture Raw Bayer RGB data from
a image sensor or YUV data from a YUV source.

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

source "drivers/media/video/bt8xx/Kconfig"

config VIDEO_PMS
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ obj-$(CONFIG_VIDEO_VPSS_SYSTEM) += vpss.o
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

0 comments on commit 065590c

Please sign in to comment.