xref: /linux/drivers/media/pci/bt8xx/Kconfig (revision fccea74ff8b5159935acc7b4b4857ee81ee44661)
168de959fSMauro Carvalho Chehabconfig VIDEO_BT848
268de959fSMauro Carvalho Chehab	tristate "BT848 Video For Linux"
368de959fSMauro Carvalho Chehab	depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
468de959fSMauro Carvalho Chehab	select I2C_ALGOBIT
568de959fSMauro Carvalho Chehab	select VIDEO_BTCX
668de959fSMauro Carvalho Chehab	select VIDEOBUF_DMA_SG
768de959fSMauro Carvalho Chehab	depends on RC_CORE
868de959fSMauro Carvalho Chehab	select VIDEO_TUNER
968de959fSMauro Carvalho Chehab	select VIDEO_TVEEPROM
10*fccea74fSMauro Carvalho Chehab	select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT
11*fccea74fSMauro Carvalho Chehab	select VIDEO_TVAUDIO if MEDIA_SUBDRV_AUTOSELECT
12*fccea74fSMauro Carvalho Chehab	select VIDEO_TDA7432 if MEDIA_SUBDRV_AUTOSELECT
13*fccea74fSMauro Carvalho Chehab	select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT
1468de959fSMauro Carvalho Chehab	---help---
1568de959fSMauro Carvalho Chehab	  Support for BT848 based frame grabber/overlay boards. This includes
1668de959fSMauro Carvalho Chehab	  the Miro, Hauppauge and STB boards. Please read the material in
1768de959fSMauro Carvalho Chehab	  <file:Documentation/video4linux/bttv/> for more information.
1868de959fSMauro Carvalho Chehab
1968de959fSMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
2068de959fSMauro Carvalho Chehab	  module will be called bttv.
2168de959fSMauro Carvalho Chehab
2225aee3deSMauro Carvalho Chehabconfig DVB_BT8XX
2368de959fSMauro Carvalho Chehab	tristate "DVB/ATSC Support for bt878 based TV cards"
2425aee3deSMauro Carvalho Chehab	depends on DVB_CORE && PCI && I2C && VIDEO_BT848
25*fccea74fSMauro Carvalho Chehab	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
26*fccea74fSMauro Carvalho Chehab	select DVB_SP887X if MEDIA_SUBDRV_AUTOSELECT
27*fccea74fSMauro Carvalho Chehab	select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
28*fccea74fSMauro Carvalho Chehab	select DVB_CX24110 if MEDIA_SUBDRV_AUTOSELECT
29*fccea74fSMauro Carvalho Chehab	select DVB_OR51211 if MEDIA_SUBDRV_AUTOSELECT
30*fccea74fSMauro Carvalho Chehab	select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
31*fccea74fSMauro Carvalho Chehab	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
32*fccea74fSMauro Carvalho Chehab	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
3325aee3deSMauro Carvalho Chehab	help
3425aee3deSMauro Carvalho Chehab	  Support for PCI cards based on the Bt8xx PCI bridge. Examples are
3525aee3deSMauro Carvalho Chehab	  the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
3625aee3deSMauro Carvalho Chehab	  the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and
3725aee3deSMauro Carvalho Chehab	  some AVerMedia cards.
3825aee3deSMauro Carvalho Chehab
3925aee3deSMauro Carvalho Chehab	  Since these cards have no MPEG decoder onboard, they transmit
4025aee3deSMauro Carvalho Chehab	  only compressed MPEG data over the PCI bus, so you need
4125aee3deSMauro Carvalho Chehab	  an external software decoder to watch TV on your computer.
4225aee3deSMauro Carvalho Chehab
4325aee3deSMauro Carvalho Chehab	  Say Y if you own such a device and want to use it.
44