Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 1 | config VIDEO_CX23885 |
| 2 | tristate "Conexant cx23885 (2388x successor) support" |
Michael Krufky | 0e789d7 | 2007-09-18 13:25:45 -0300 | [diff] [blame] | 3 | depends on DVB_CORE && VIDEO_DEV && PCI && I2C |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 4 | select I2C_ALGOBIT |
| 5 | select FW_LOADER |
| 6 | select VIDEO_BTCX |
Mauro Carvalho Chehab | 28318c7 | 2007-10-02 11:16:16 -0300 | [diff] [blame^] | 7 | select VIDEOBUF |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 8 | select VIDEO_TUNER |
| 9 | select VIDEO_TVEEPROM |
| 10 | select VIDEO_IR |
Mauro Carvalho Chehab | 28318c7 | 2007-10-02 11:16:16 -0300 | [diff] [blame^] | 11 | select VIDEOBUF_DVB |
Michael Krufky | b86b580 | 2007-03-22 01:01:53 -0300 | [diff] [blame] | 12 | select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE |
| 13 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE |
Michael Krufky | c8e2f07 | 2007-09-15 18:45:10 -0300 | [diff] [blame] | 14 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Steven Toth | d19770e | 2007-03-11 20:44:05 -0300 | [diff] [blame] | 15 | ---help--- |
| 16 | This is a video4linux driver for Conexant 23885 based |
| 17 | TV cards. |
| 18 | |
| 19 | To compile this driver as a module, choose M here: the |
| 20 | module will be called cx23885 |
| 21 | |