blob: abbd38c1ebba896f06256d75a8f145ef363ebfbd [file] [log] [blame]
Michael Krufky15871a22005-11-08 21:38:30 -08001config VIDEO_EM28XX
Michael Krufkyc2e0b622005-11-08 21:38:31 -08002 tristate "Empia EM2800/2820/2840 USB video capture support"
Mauro Carvalho Chehabcb77d012007-11-11 13:23:54 -03003 depends on VIDEO_DEV && I2C && INPUT
Michael Krufky15871a22005-11-08 21:38:30 -08004 select VIDEO_TUNER
5 select VIDEO_TVEEPROM
6 select VIDEO_IR
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -03007 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
8 select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO
Michael Krufky15871a22005-11-08 21:38:30 -08009 ---help---
10 This is a video4linux driver for Empia 28xx based TV cards.
11
12 To compile this driver as a module, choose M here: the
13 module will be called em28xx
Mauro Carvalho Chehab6d794682008-01-05 09:57:31 -030014
15config VIDEO_EM28XX_ALSA
16 depends on VIDEO_EM28XX
17 tristate "Empia EM28xx ALSA audio module"
18 ---help---
19 This is an ALSA driver for some Empia 28xx based TV cards.
20
21 This is not required for em2800/em2820/em2821 boards. However,
22 newer em28xx devices uses Vendor Class for audio, instead of
23 implementing the USB Audio Class. For those chips, this module
24 will enable digital audio.
25
26 To compile this driver as a module, choose M here: the
27 module will be called em28xx-alsa
28