]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/media/video/ivtv/Kconfig
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[net-next-2.6.git] / drivers / media / video / ivtv / Kconfig
CommitLineData
1a0adaf3
HV
1config VIDEO_IVTV
2 tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
7c34158f 3 depends on VIDEO_V4L2 && PCI && I2C
755a18ba 4 depends on INPUT # due to VIDEO_IR
c9b9a581 5 select I2C_ALGOBIT
361be7b1 6 depends on VIDEO_IR
fdbbfb09 7 select VIDEO_TUNER
1a0adaf3
HV
8 select VIDEO_TVEEPROM
9 select VIDEO_CX2341X
82dcab2d 10 select VIDEO_CX25840
1a0adaf3
HV
11 select VIDEO_MSP3400
12 select VIDEO_SAA711X
fb7b37cf 13 select VIDEO_SAA717X
1a0adaf3 14 select VIDEO_SAA7127
1a0adaf3 15 select VIDEO_CS53L32A
e2a1774d 16 select VIDEO_M52790
1a0adaf3
HV
17 select VIDEO_WM8775
18 select VIDEO_WM8739
ac247433 19 select VIDEO_VP27SMPX
1a0adaf3
HV
20 select VIDEO_UPD64031A
21 select VIDEO_UPD64083
22 ---help---
7809b4cb 23 This is a video4linux driver for Conexant cx23416 or cx23415 based
1a0adaf3
HV
24 PCI personal video recorder devices.
25
26 This is used in devices such as the Hauppauge PVR-150/250/350/500
7809b4cb 27 cards. There is a driver homepage at <http://www.ivtvdriver.org>.
1a0adaf3
HV
28
29 To compile this driver as a module, choose M here: the
30 module will be called ivtv.
32db7754 31
0f45b8c5 32config VIDEO_FB_IVTV
32db7754 33 tristate "Conexant cx23415 framebuffer support"
7c34158f 34 depends on VIDEO_IVTV && FB
32db7754
HV
35 select FB_CFB_FILLRECT
36 select FB_CFB_COPYAREA
37 select FB_CFB_IMAGEBLIT
38 ---help---
39 This is a framebuffer driver for the Conexant cx23415 MPEG
40 encoder/decoder.
41
42 This is used in the Hauppauge PVR-350 card. There is a driver
43 homepage at <http://www.ivtvdriver.org>.
44
45 To compile this driver as a module, choose M here: the
7b3a0d49 46 module will be called ivtvfb.