[media] em28xx: Make em28xx-input.c a separate module
[deliverable/linux.git] / drivers / media / video / em28xx / Kconfig
CommitLineData
15871a29 1config VIDEO_EM28XX
acaa4b60 2 tristate "Empia EM28xx USB video capture support"
3ffea498 3 depends on VIDEO_DEV && I2C
fdbbfb09 4 select VIDEO_TUNER
15871a29 5 select VIDEO_TVEEPROM
d1e0b571 6 select VIDEOBUF_VMALLOC
faa1cb20
MCC
7 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
8 select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO
acaa4b60 9 select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
02e7804b
MCC
10 select VIDEO_MT9V011 if VIDEO_HELPER_CHIPS_AUTO
11
15871a29
MK
12 ---help---
13 This is a video4linux driver for Empia 28xx based TV cards.
14
15 To compile this driver as a module, choose M here: the
16 module will be called em28xx
6d79468d
MCC
17
18config VIDEO_EM28XX_ALSA
95a940e9
ÇO
19 depends on VIDEO_EM28XX && SND
20 select SND_PCM
6d79468d
MCC
21 tristate "Empia EM28xx ALSA audio module"
22 ---help---
23 This is an ALSA driver for some Empia 28xx based TV cards.
24
25 This is not required for em2800/em2820/em2821 boards. However,
26 newer em28xx devices uses Vendor Class for audio, instead of
27 implementing the USB Audio Class. For those chips, this module
28 will enable digital audio.
29
30 To compile this driver as a module, choose M here: the
31 module will be called em28xx-alsa
32
3aefb79a
MCC
33config VIDEO_EM28XX_DVB
34 tristate "DVB/ATSC Support for em28xx based TV cards"
35 depends on VIDEO_EM28XX && DVB_CORE
227ad4ab 36 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
7e6388a1 37 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
285eb1a4 38 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
ca3dfd6a 39 select DVB_S921 if !DVB_FE_CUSTOMISE
3e565906 40 select DVB_DRXD if !DVB_FE_CUSTOMISE
d6a5f921 41 select DVB_CXD2820R if !DVB_FE_CUSTOMISE
fec528b7
MCC
42 select DVB_DRXK if !DVB_FE_CUSTOMISE
43 select DVB_TDA18271C2DD if !DVB_FE_CUSTOMISE
36588715
AP
44 select DVB_TDA10071 if !DVB_FE_CUSTOMISE
45 select DVB_A8293 if !DVB_FE_CUSTOMISE
3aefb79a 46 select VIDEOBUF_DVB
3aefb79a
MCC
47 ---help---
48 This adds support for DVB cards based on the
49 Empiatech em28xx chips.
5b89ecf9
MCC
50
51config VIDEO_EM28XX_RC
f4d4e765 52 tristate "EM28XX Remote Controller support"
5b89ecf9
MCC
53 depends on RC_CORE
54 depends on VIDEO_EM28XX
55 depends on !(RC_CORE=m && VIDEO_EM28XX=y)
f4d4e765 56 default VIDEO_EM28XX
5b89ecf9
MCC
57 ---help---
58 Enables Remote Controller support on em28xx driver.
This page took 0.68675 seconds and 5 git commands to generate.