Kconfig (32e2eae23f8fd1b90d86f4d04ca9790952d9d928) Kconfig (85f7cd3a2aadd3be9652ce105370f561ff755a26)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_BT848
3 tristate "BT848 Video For Linux"
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_BT848
3 tristate "BT848 Video For Linux"
4 depends on PCI && I2C
4 depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
5 select I2C_ALGOBIT
6 select VIDEOBUF_DMA_SG
7 depends on RC_CORE
5 select I2C_ALGOBIT
6 select VIDEOBUF_DMA_SG
7 depends on RC_CORE
8 depends on MEDIA_RADIO_SUPPORT
8 select VIDEO_TUNER
9 select VIDEO_TVEEPROM
10 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT
11 select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT
12 select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT
13 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
14 select RADIO_ADAPTERS
15 select RADIO_TEA575X
16 help
17 Support for BT848 based frame grabber/overlay boards. This includes
18 the Miro, Hauppauge and STB boards. Please read the material in
19 <file:Documentation/admin-guide/media/bttv.rst> for more information.
20
21 To compile this driver as a module, choose M here: the
22 module will be called bttv.
23
24config DVB_BT8XX
25 tristate "DVB/ATSC Support for bt878 based TV cards"
9 select VIDEO_TUNER
10 select VIDEO_TVEEPROM
11 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT
12 select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT
13 select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT
14 select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
15 select RADIO_ADAPTERS
16 select RADIO_TEA575X
17 help
18 Support for BT848 based frame grabber/overlay boards. This includes
19 the Miro, Hauppauge and STB boards. Please read the material in
20 <file:Documentation/admin-guide/media/bttv.rst> for more information.
21
22 To compile this driver as a module, choose M here: the
23 module will be called bttv.
24
25config DVB_BT8XX
26 tristate "DVB/ATSC Support for bt878 based TV cards"
26 depends on PCI && I2C && VIDEO_BT848
27 depends on DVB_CORE && PCI && I2C && VIDEO_BT848
27 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
28 select DVB_SP887X if MEDIA_SUBDRV_AUTOSELECT
29 select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
30 select DVB_CX24110 if MEDIA_SUBDRV_AUTOSELECT
31 select DVB_OR51211 if MEDIA_SUBDRV_AUTOSELECT
32 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
33 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
34 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
35 help
36 Support for PCI cards based on the Bt8xx PCI bridge. Examples are
37 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
38 the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and
39 some AVerMedia cards.
40
41 Since these cards have no MPEG decoder onboard, they transmit
42 only compressed MPEG data over the PCI bus, so you need
43 an external software decoder to watch TV on your computer.
44
45 Say Y if you own such a device and want to use it.
28 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
29 select DVB_SP887X if MEDIA_SUBDRV_AUTOSELECT
30 select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
31 select DVB_CX24110 if MEDIA_SUBDRV_AUTOSELECT
32 select DVB_OR51211 if MEDIA_SUBDRV_AUTOSELECT
33 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
34 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
35 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
36 help
37 Support for PCI cards based on the Bt8xx PCI bridge. Examples are
38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
39 the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and
40 some AVerMedia cards.
41
42 Since these cards have no MPEG decoder onboard, they transmit
43 only compressed MPEG data over the PCI bus, so you need
44 an external software decoder to watch TV on your computer.
45
46 Say Y if you own such a device and want to use it.