Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. config VIDEO_EM28XX
  2. tristate "Empia EM2800/2820/2840 USB video capture support"
  3. depends on VIDEO_DEV && I2C && INPUT
  4. select VIDEO_TUNER
  5. select VIDEO_TVEEPROM
  6. select VIDEO_IR
  7. select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  8. select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO
  9. ---help---
  10. This is a video4linux driver for Empia 28xx based TV cards.
  11. To compile this driver as a module, choose M here: the
  12. module will be called em28xx
  13. config VIDEO_EM28XX_ALSA
  14. depends on VIDEO_EM28XX && SND
  15. select SND_PCM
  16. tristate "Empia EM28xx ALSA audio module"
  17. ---help---
  18. This is an ALSA driver for some Empia 28xx based TV cards.
  19. This is not required for em2800/em2820/em2821 boards. However,
  20. newer em28xx devices uses Vendor Class for audio, instead of
  21. implementing the USB Audio Class. For those chips, this module
  22. will enable digital audio.
  23. To compile this driver as a module, choose M here: the
  24. module will be called em28xx-alsa
  25. config VIDEO_EM28XX_DVB
  26. tristate "DVB/ATSC Support for em28xx based TV cards"
  27. depends on VIDEO_EM28XX && DVB_CORE
  28. select VIDEOBUF_DVB
  29. select FW_LOADER
  30. ---help---
  31. This adds support for DVB cards based on the
  32. Empiatech em28xx chips.