Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 1 | config VIDEO_CX18 |
| 2 | tristate "Conexant cx23418 MPEG encoder support" |
| 3 | depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL |
Mauro Carvalho Chehab | 755a18b | 2008-05-06 14:09:01 -0300 | [diff] [blame] | 4 | depends on INPUT # due to VIDEO_IR |
| 5 | depends on HOTPLUG # due to FW_LOADER |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 6 | select I2C_ALGOBIT |
| 7 | select FW_LOADER |
| 8 | select VIDEO_IR |
Mauro Carvalho Chehab | fdbbfb0 | 2008-05-06 12:35:58 -0300 | [diff] [blame] | 9 | select VIDEO_TUNER |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 10 | select VIDEO_TVEEPROM |
| 11 | select VIDEO_CX2341X |
| 12 | select VIDEO_CS5345 |
Michael Krufky | beb31e6 | 2008-06-17 17:37:51 -0300 | [diff] [blame^] | 13 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE |
| 14 | select MEDIA_TUNER_MXL5005S if !DVB_FE_CUSTOMISE |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 15 | ---help--- |
| 16 | This is a video4linux driver for Conexant cx23418 based |
| 17 | PCI combo video recorder devices. |
| 18 | |
| 19 | This is used in devices such as the Hauppauge HVR-1600 |
| 20 | cards. |
| 21 | |
| 22 | To compile this driver as a module, choose M here: the |
| 23 | module will be called cx18. |