Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193052
b: refs/heads/master
c: 5c7ab63
h: refs/heads/master
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 7be89c7 commit 31f22df
Show file tree
Hide file tree
Showing 9 changed files with 3,141 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: 0e1de38db83606d802cf2b3e00cf95fc693b8ca2
refs/heads/master: 5c7ab6348e7b3fcca2b8ee548306c774472971e2
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,8 @@ config VIDEO_ISIF
To compile this driver as a module, choose M here: the
module will be called vpfe.

source "drivers/media/video/omap/Kconfig"

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

config VIDEO_PMS
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 @@ -179,6 +179,8 @@ obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o

obj-$(CONFIG_ARCH_DAVINCI) += davinci/

obj-$(CONFIG_ARCH_OMAP) += omap/

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
EXTRA_CFLAGS += -Idrivers/media/common/tuners
11 changes: 11 additions & 0 deletions trunk/drivers/media/video/omap/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config VIDEO_OMAP2_VOUT
tristate "OMAP2/OMAP3 V4L2-Display driver"
depends on ARCH_OMAP24XX || ARCH_OMAP34XX
select VIDEOBUF_GEN
select VIDEOBUF_DMA_SG
select OMAP2_DSS
select OMAP2_VRAM
select OMAP2_VRFB
default n
---help---
V4L2 Display driver support for OMAP2/3 based boards.
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/omap/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for the omap video device drivers.
#

# OMAP2/3 Display driver
omap-vout-mod-objs := omap_vout.o omap_voutlib.o
obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout-mod.o
Loading

0 comments on commit 31f22df

Please sign in to comment.