diff options
Diffstat (limited to 'drivers/media/video/cx23885/Kconfig')
-rw-r--r-- | drivers/media/video/cx23885/Kconfig | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig new file mode 100644 index 00000000000..caab1bfb79e --- /dev/null +++ b/drivers/media/video/cx23885/Kconfig | |||
@@ -0,0 +1,46 @@ | |||
1 | config VIDEO_CX23885 | ||
2 | tristate "Conexant cx23885 (2388x successor) support" | ||
3 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && SND | ||
4 | select SND_PCM | ||
5 | select I2C_ALGOBIT | ||
6 | select VIDEO_BTCX | ||
7 | select VIDEO_TUNER | ||
8 | select VIDEO_TVEEPROM | ||
9 | depends on RC_CORE | ||
10 | select VIDEOBUF_DVB | ||
11 | select VIDEOBUF_DMA_SG | ||
12 | select VIDEO_CX25840 | ||
13 | select VIDEO_CX2341X | ||
14 | select DVB_DIB7000P if !DVB_FE_CUSTOMISE | ||
15 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE | ||
16 | select DVB_S5H1411 if !DVB_FE_CUSTOMISE | ||
17 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | ||
18 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE | ||
19 | select DVB_TDA10048 if !DVB_FE_CUSTOMISE | ||
20 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE | ||
21 | select DVB_STV6110 if !DVB_FE_CUSTOMISE | ||
22 | select DVB_CX24116 if !DVB_FE_CUSTOMISE | ||
23 | select DVB_STV0900 if !DVB_FE_CUSTOMISE | ||
24 | select DVB_DS3000 if !DVB_FE_CUSTOMISE | ||
25 | select DVB_STV0367 if !DVB_FE_CUSTOMISE | ||
26 | select MEDIA_TUNER_MT2131 if !MEDIA_TUNER_CUSTOMISE | ||
27 | select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE | ||
28 | select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMISE | ||
29 | select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE | ||
30 | select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE | ||
31 | ---help--- | ||
32 | This is a video4linux driver for Conexant 23885 based | ||
33 | TV cards. | ||
34 | |||
35 | To compile this driver as a module, choose M here: the | ||
36 | module will be called cx23885 | ||
37 | |||
38 | config MEDIA_ALTERA_CI | ||
39 | tristate "Altera FPGA based CI module" | ||
40 | depends on VIDEO_CX23885 && DVB_CORE | ||
41 | select STAPL_ALTERA | ||
42 | ---help--- | ||
43 | An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. | ||
44 | |||
45 | To compile this driver as a module, choose M here: the | ||
46 | module will be called altera-ci | ||