brintos

brintos / linux-shallow public Read only

0
0
Text · 1.7 KiB · 2f77628 Raw
47 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_BT8483	tristate "BT848 Video For Linux"4	depends on PCI && I2C && VIDEO_DEV5	select I2C_ALGOBIT6	select VIDEOBUF2_DMA_SG7	depends on RC_CORE8	depends on MEDIA_RADIO_SUPPORT9	select VIDEO_TUNER10	select VIDEO_TVEEPROM11	select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT12	select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT13	select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT14	select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT15	select RADIO_ADAPTERS16	select RADIO_TEA575X17	help18	  Support for BT848 based frame grabber boards. This includes19	  the Miro, Hauppauge and STB boards. Please read the material in20	  <file:Documentation/admin-guide/media/bttv.rst> for more information.21 22	  To compile this driver as a module, choose M here: the23	  module will be called bttv.24 25config DVB_BT8XX26	tristate "DVB/ATSC Support for bt878 based TV cards"27	depends on DVB_CORE && PCI && I2C && VIDEO_BT84828	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT29	select DVB_SP887X if MEDIA_SUBDRV_AUTOSELECT30	select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT31	select DVB_CX24110 if MEDIA_SUBDRV_AUTOSELECT32	select DVB_OR51211 if MEDIA_SUBDRV_AUTOSELECT33	select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT34	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT35	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT36	help37	  Support for PCI cards based on the Bt8xx PCI bridge. Examples are38	  the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,39	  the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and40	  some AVerMedia cards.41 42	  Since these cards have no MPEG decoder onboard, they transmit43	  only compressed MPEG data over the PCI bus, so you need44	  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.47