Kconfig 755 B

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