Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13427
b: refs/heads/master
c: 15871a2
h: refs/heads/master
i:
  13425: 456f5c0
  13423: bfffbfc
v: v3
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Nov 9, 2005
1 parent 1250e3f commit 8092fe9
Show file tree
Hide file tree
Showing 5 changed files with 23 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: 404b32fb3d93c17f994ad4b1d852ce4ca682ff8b
refs/heads/master: 15871a2905b84d6dba9013dbcbd9c79ace694ffb
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ config VIDEO_HEXIUM_GEMINI

source "drivers/media/video/cx88/Kconfig"

source "drivers/media/video/em28xx/Kconfig"

config VIDEO_OVCAMCHIP
tristate "OmniVision Camera Chip support"
depends on VIDEO_DEV && I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ obj-$(CONFIG_VIDEO_CPIA_USB) += cpia_usb.o
obj-$(CONFIG_VIDEO_MEYE) += meye.o
obj-$(CONFIG_VIDEO_SAA7134) += saa7134/
obj-$(CONFIG_VIDEO_CX88) += cx88/
obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
obj-$(CONFIG_VIDEO_OVCAMCHIP) += ovcamchip/
obj-$(CONFIG_VIDEO_MXB) += saa7111.o tuner.o tda9840.o tea6415c.o tea6420.o mxb.o
obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o
Expand Down
12 changes: 12 additions & 0 deletions trunk/drivers/media/video/em28xx/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
config VIDEO_EM28XX
tristate "Empia EM2800/EM2820/2840 USB video capture support"
depends on VIDEO_DEV && USB && I2C
select VIDEO_BUF
select VIDEO_TUNER
select VIDEO_TVEEPROM
select VIDEO_IR
---help---
This is a video4linux driver for Empia 28xx based TV cards.

To compile this driver as a module, choose M here: the
module will be called em28xx
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/em28xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
em28xx-input.o

obj-$(CONFIG_EM28XX) += em28xx.o
obj-$(CONFIG_EM28XX) += saa711x.o tvp5150.o

EXTRA_CFLAGS += -I$(src)/..

0 comments on commit 8092fe9

Please sign in to comment.