Skip to content

Commit

Permalink
[PATCH] v4l: 889: add em28xx to kernel build
Browse files Browse the repository at this point in the history
- Add em28xx to kernel build.

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Nov 9, 2005
1 parent 404b32f commit 15871a2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 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 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 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 15871a2

Please sign in to comment.