Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
[linux-2.6] / drivers / media / video / ivtv / Kconfig
1 config VIDEO_IVTV
2         tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
3         depends on VIDEO_V4L1 && VIDEO_V4L2 && PCI && I2C && EXPERIMENTAL
4         select I2C_ALGOBIT
5         select FW_LOADER
6         select VIDEO_TUNER
7         select VIDEO_TVEEPROM
8         select VIDEO_CX2341X
9         select VIDEO_CX25840
10         select VIDEO_MSP3400
11         select VIDEO_SAA711X
12         select VIDEO_SAA7127
13         select VIDEO_TVAUDIO
14         select VIDEO_CS53L32A
15         select VIDEO_WM8775
16         select VIDEO_WM8739
17         select VIDEO_VP27SMPX
18         select VIDEO_UPD64031A
19         select VIDEO_UPD64083
20         ---help---
21           This is a video4linux driver for Conexant cx23416 or cx23415 based
22           PCI personal video recorder devices.
23
24           This is used in devices such as the Hauppauge PVR-150/250/350/500
25           cards. There is a driver homepage at <http://www.ivtvdriver.org>.
26
27           To compile this driver as a module, choose M here: the
28           module will be called ivtv.
29
30 config VIDEO_FB_IVTV
31         tristate "Conexant cx23415 framebuffer support"
32         depends on VIDEO_IVTV && FB && EXPERIMENTAL
33         select FB_CFB_FILLRECT
34         select FB_CFB_COPYAREA
35         select FB_CFB_IMAGEBLIT
36         ---help---
37           This is a framebuffer driver for the Conexant cx23415 MPEG
38           encoder/decoder.
39
40           This is used in the Hauppauge PVR-350 card. There is a driver
41           homepage at <http://www.ivtvdriver.org>.
42
43           To compile this driver as a module, choose M here: the
44           module will be called ivtvfb.