blob: f2667a5cc144269c5b3697a6232bc9e35ae302f7 [file] [log] [blame]
Mauro Carvalho Chehab68de9592012-08-14 11:49:09 -03001config VIDEO_BT848
2 tristate "BT848 Video For Linux"
3 depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
4 select I2C_ALGOBIT
5 select VIDEO_BTCX
6 select VIDEOBUF_DMA_SG
7 depends on RC_CORE
8 select VIDEO_TUNER
9 select VIDEO_TVEEPROM
10 select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
11 select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
12 select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
13 select VIDEO_SAA6588 if VIDEO_HELPER_CHIPS_AUTO
14 ---help---
15 Support for BT848 based frame grabber/overlay boards. This includes
16 the Miro, Hauppauge and STB boards. Please read the material in
17 <file:Documentation/video4linux/bttv/> for more information.
18
19 To compile this driver as a module, choose M here: the
20 module will be called bttv.
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config DVB_BT8XX
Mauro Carvalho Chehab68de9592012-08-14 11:49:09 -030023 tristate "DVB/ATSC Support for bt878 based TV cards"
Manu Abraham3c2c5492006-05-20 13:17:00 -030024 depends on DVB_CORE && PCI && I2C && VIDEO_BT848
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030025 select DVB_MT352 if !DVB_FE_CUSTOMISE
26 select DVB_SP887X if !DVB_FE_CUSTOMISE
27 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
28 select DVB_CX24110 if !DVB_FE_CUSTOMISE
29 select DVB_OR51211 if !DVB_FE_CUSTOMISE
30 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
31 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030032 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 help
34 Support for PCI cards based on the Bt8xx PCI bridge. Examples are
Michael Krufky2684f5c2005-09-06 15:19:38 -070035 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
Michael Krufky3cff00d2005-11-08 21:35:12 -080036 the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and
37 some AVerMedia cards.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Johannes Stezenbach50b215a2005-05-16 21:54:41 -070039 Since these cards have no MPEG decoder onboard, they transmit
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 only compressed MPEG data over the PCI bus, so you need
41 an external software decoder to watch TV on your computer.
42
43 Say Y if you own such a device and want to use it.