Michael Krufky | 15871a2 | 2005-11-08 21:38:30 -0800 | [diff] [blame] | 1 | config VIDEO_EM28XX |
Michael Krufky | c2e0b62 | 2005-11-08 21:38:31 -0800 | [diff] [blame] | 2 | tristate "Empia EM2800/2820/2840 USB video capture support" |
Mauro Carvalho Chehab | cb77d01 | 2007-11-11 13:23:54 -0300 | [diff] [blame] | 3 | depends on VIDEO_DEV && I2C && INPUT |
Michael Krufky | 15871a2 | 2005-11-08 21:38:30 -0800 | [diff] [blame] | 4 | select VIDEO_TUNER |
| 5 | select VIDEO_TVEEPROM |
| 6 | select VIDEO_IR |
Mauro Carvalho Chehab | faa1cb2 | 2006-08-22 18:49:17 -0300 | [diff] [blame] | 7 | select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO |
| 8 | select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO |
Michael Krufky | 15871a2 | 2005-11-08 21:38:30 -0800 | [diff] [blame] | 9 | ---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 Chehab | 6d79468 | 2008-01-05 09:57:31 -0300 | [diff] [blame] | 14 | |
| 15 | config VIDEO_EM28XX_ALSA |
S.Çağlar Onur | 95a940e | 2008-02-10 05:27:23 +0200 | [diff] [blame] | 16 | depends on VIDEO_EM28XX && SND |
| 17 | select SND_PCM |
Mauro Carvalho Chehab | 6d79468 | 2008-01-05 09:57:31 -0300 | [diff] [blame] | 18 | tristate "Empia EM28xx ALSA audio module" |
| 19 | ---help--- |
| 20 | This is an ALSA driver for some Empia 28xx based TV cards. |
| 21 | |
| 22 | This is not required for em2800/em2820/em2821 boards. However, |
| 23 | newer em28xx devices uses Vendor Class for audio, instead of |
| 24 | implementing the USB Audio Class. For those chips, this module |
| 25 | will enable digital audio. |
| 26 | |
| 27 | To compile this driver as a module, choose M here: the |
| 28 | module will be called em28xx-alsa |
| 29 | |
Mauro Carvalho Chehab | 3aefb79 | 2008-04-17 21:36:41 -0300 | [diff] [blame^] | 30 | config VIDEO_EM28XX_DVB |
| 31 | tristate "DVB/ATSC Support for em28xx based TV cards" |
| 32 | depends on VIDEO_EM28XX && DVB_CORE |
| 33 | select VIDEOBUF_DVB |
| 34 | select FW_LOADER |
| 35 | ---help--- |
| 36 | This adds support for DVB cards based on the |
| 37 | Empiatech em28xx chips. |