Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / media / video / ivtv / Kconfig
blob270906fc314600107e161dde9575308c85385f1e
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_IR
7         select VIDEO_TUNER
8         select VIDEO_TVEEPROM
9         select VIDEO_CX2341X
10         select VIDEO_CX25840
11         select VIDEO_MSP3400
12         select VIDEO_SAA711X
13         select VIDEO_SAA7127
14         select VIDEO_TVAUDIO
15         select VIDEO_CS53L32A
16         select VIDEO_M52790
17         select VIDEO_WM8775
18         select VIDEO_WM8739
19         select VIDEO_VP27SMPX
20         select VIDEO_UPD64031A
21         select VIDEO_UPD64083
22         ---help---
23           This is a video4linux driver for Conexant cx23416 or cx23415 based
24           PCI personal video recorder devices.
26           This is used in devices such as the Hauppauge PVR-150/250/350/500
27           cards. There is a driver homepage at <http://www.ivtvdriver.org>.
29           To compile this driver as a module, choose M here: the
30           module will be called ivtv.
32 config VIDEO_FB_IVTV
33         tristate "Conexant cx23415 framebuffer support"
34         depends on VIDEO_IVTV && FB && EXPERIMENTAL
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.
42           This is used in the Hauppauge PVR-350 card. There is a driver
43           homepage at <http://www.ivtvdriver.org>.
45           To compile this driver as a module, choose M here: the
46           module will be called ivtvfb.