-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] v4l: 889: add em28xx to kernel build
- 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
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)/.. |