Kconfig 949 B

12345678910111213141516171819202122232425262728
  1. config VIDEO_BT848
  2. tristate "BT848 Video For Linux"
  3. depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1
  4. select I2C_ALGOBIT
  5. select FW_LOADER
  6. select VIDEO_BTCX
  7. select VIDEOBUF_DMA_SG
  8. select VIDEO_IR
  9. select VIDEO_TUNER
  10. select VIDEO_TVEEPROM
  11. select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
  12. select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
  13. select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
  14. select VIDEO_TDA9875 if VIDEO_HELPER_CHIPS_AUTO
  15. ---help---
  16. Support for BT848 based frame grabber/overlay boards. This includes
  17. the Miro, Hauppauge and STB boards. Please read the material in
  18. <file:Documentation/video4linux/bttv/> for more information.
  19. To compile this driver as a module, choose M here: the
  20. module will be called bttv.
  21. config VIDEO_BT848_DVB
  22. bool "DVB/ATSC Support for bt878 based TV cards"
  23. depends on VIDEO_BT848 && DVB_CORE
  24. select DVB_BT8XX
  25. ---help---
  26. This adds support for DVB/ATSC cards based on the BT878 chip.