Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 1 | config VIDEO_CX23885 |
| 2 | tristate "Conexant cx23885 (2388x successor) support" |
Igor M. Liplianin | 78db854 | 2011-01-25 17:04:00 -0300 | [diff] [blame^] | 3 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT && SND |
| 4 | select SND_PCM |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 5 | select I2C_ALGOBIT |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 6 | select VIDEO_BTCX |
Mauro Carvalho Chehab | fdbbfb0 | 2008-05-06 12:35:58 -0300 | [diff] [blame] | 7 | select VIDEO_TUNER |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 8 | select VIDEO_TVEEPROM |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 9 | depends on RC_CORE |
Mauro Carvalho Chehab | 28318c7 | 2007-10-02 11:16:16 -0300 | [diff] [blame] | 10 | select VIDEOBUF_DVB |
Mauro Carvalho Chehab | 432aa3b | 2008-07-17 22:27:50 -0300 | [diff] [blame] | 11 | select VIDEOBUF_DMA_SG |
Steven Toth | b3ea016 | 2008-04-19 01:14:19 -0300 | [diff] [blame] | 12 | select VIDEO_CX25840 |
Michael Krufky | b4edcc9 | 2008-04-30 12:36:09 -0300 | [diff] [blame] | 13 | select VIDEO_CX2341X |
| 14 | select DVB_DIB7000P if !DVB_FE_CUSTOMISE |
Michael Krufky | b86b580 | 2007-03-22 01:01:53 -0300 | [diff] [blame] | 15 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE |
Michael Krufky | 52b5045 | 2008-07-09 02:18:49 -0300 | [diff] [blame] | 16 | select DVB_S5H1411 if !DVB_FE_CUSTOMISE |
Michael Krufky | 867fee9 | 2007-12-19 02:14:44 -0300 | [diff] [blame] | 17 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE |
Steven Toth | 4c56b04 | 2008-08-12 13:30:03 -0300 | [diff] [blame] | 18 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | af2ffb2 | 2009-03-06 08:25:35 -0300 | [diff] [blame] | 19 | select DVB_TDA10048 if !DVB_FE_CUSTOMISE |
| 20 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
| 21 | select DVB_STV6110 if !DVB_FE_CUSTOMISE |
Igor M. Liplianin | 09ea33e | 2009-11-24 20:16:04 -0300 | [diff] [blame] | 22 | select DVB_CX24116 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | af2ffb2 | 2009-03-06 08:25:35 -0300 | [diff] [blame] | 23 | select DVB_STV0900 if !DVB_FE_CUSTOMISE |
Igor M. Liplianin | 09ea33e | 2009-11-24 20:16:04 -0300 | [diff] [blame] | 24 | select DVB_DS3000 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | 1398ae1 | 2009-03-20 19:33:59 -0300 | [diff] [blame] | 25 | select MEDIA_TUNER_MT2131 if !MEDIA_TUNER_CUSTOMISE |
| 26 | select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE |
| 27 | select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMISE |
| 28 | select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE |
| 29 | select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 30 | ---help--- |
| 31 | This is a video4linux driver for Conexant 23885 based |
| 32 | TV cards. |
| 33 | |
| 34 | To compile this driver as a module, choose M here: the |
| 35 | module will be called cx23885 |
| 36 | |
Igor M. Liplianin | 349bcf0 | 2011-01-25 17:01:00 -0300 | [diff] [blame] | 37 | config MEDIA_ALTERA_CI |
| 38 | tristate "Altera FPGA based CI module" |
| 39 | depends on VIDEO_CX23885 && DVB_CORE |
| 40 | select STAPL_ALTERA |
| 41 | ---help--- |
| 42 | An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. |
| 43 | |
| 44 | To compile this driver as a module, choose M here: the |
| 45 | module will be called altera-ci |