Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164194
b: refs/heads/master
c: e9f4bb5
h: refs/heads/master
v: v3
  • Loading branch information
Chaithrika U S authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 5897bf1 commit a85bf2f
Show file tree
Hide file tree
Showing 4 changed files with 34 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: e7332e3a552f6e18b39f5b77ce964818d10c9743
refs/heads/master: e9f4bb559c39cd85ef5365fa50e1893df4b67b96
22 changes: 22 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,28 @@ config VIDEO_UPD64083

endmenu # encoder / decoder chips

config DISPLAY_DAVINCI_DM646X_EVM
tristate "DM646x EVM Video Display"
depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
select VIDEOBUF_DMA_CONTIG
select VIDEO_DAVINCI_VPIF
select VIDEO_ADV7343
select VIDEO_THS7303
help
Support for DaVinci based display device.

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

config VIDEO_DAVINCI_VPIF
tristate "DaVinci VPIF Driver"
depends on DISPLAY_DAVINCI_DM646X_EVM
help
Support for DaVinci VPIF Driver.

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

config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ obj-$(CONFIG_VIDEO_SAA7164) += saa7164/

obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o

obj-$(CONFIG_ARCH_DAVINCI) += davinci/

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
EXTRA_CFLAGS += -Idrivers/media/common/tuners
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/davinci/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Makefile for the davinci video device drivers.
#

# VPIF
obj-$(CONFIG_VIDEO_DAVINCI_VPIF) += vpif.o

#DM646x EVM Display driver
obj-$(CONFIG_DISPLAY_DAVINCI_DM646X_EVM) += vpif_display.o

0 comments on commit a85bf2f

Please sign in to comment.