Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. config VIDEO_BT848
  2. tristate "BT848 Video For Linux"
  3. depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
  4. select I2C_ALGOBIT
  5. select VIDEOBUF_DMA_SG
  6. depends on RC_CORE
  7. 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/video4linux/bttv/> for more information.
  20. To compile this driver as a module, choose M here: the
  21. module will be called bttv.
  22. config DVB_BT8XX
  23. tristate "DVB/ATSC Support for bt878 based TV cards"
  24. depends on DVB_CORE && PCI && I2C && VIDEO_BT848
  25. select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
  26. select DVB_SP887X if MEDIA_SUBDRV_AUTOSELECT
  27. select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
  28. select DVB_CX24110 if MEDIA_SUBDRV_AUTOSELECT
  29. select DVB_OR51211 if MEDIA_SUBDRV_AUTOSELECT
  30. select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
  31. select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  32. select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
  33. help
  34. Support for PCI cards based on the Bt8xx PCI bridge. Examples are
  35. the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
  36. the pcHDTV HD2000 cards, the DViCO FusionHDTV Lite cards, and
  37. some AVerMedia cards.
  38. Since these cards have no MPEG decoder onboard, they transmit
  39. only compressed MPEG data over the PCI bus, so you need
  40. an external software decoder to watch TV on your computer.
  41. Say Y if you own such a device and want to use it.