Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. config VIDEO_EM28XX
  2. tristate "Empia EM28xx USB video capture support"
  3. depends on VIDEO_DEV && I2C
  4. select VIDEO_TUNER
  5. select VIDEO_TVEEPROM
  6. select VIDEOBUF2_VMALLOC
  7. select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
  8. select VIDEO_TVP5150 if MEDIA_SUBDRV_AUTOSELECT
  9. select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT
  10. select VIDEO_MT9V011 if MEDIA_SUBDRV_AUTOSELECT
  11. ---help---
  12. This is a video4linux driver for Empia 28xx based TV cards.
  13. To compile this driver as a module, choose M here: the
  14. module will be called em28xx
  15. config VIDEO_EM28XX_ALSA
  16. depends on VIDEO_EM28XX && SND
  17. select SND_PCM
  18. tristate "Empia EM28xx ALSA audio module"
  19. ---help---
  20. This is an ALSA driver for some Empia 28xx based TV cards.
  21. This is not required for em2800/em2820/em2821 boards. However,
  22. newer em28xx devices uses Vendor Class for audio, instead of
  23. implementing the USB Audio Class. For those chips, this module
  24. will enable digital audio.
  25. To compile this driver as a module, choose M here: the
  26. module will be called em28xx-alsa
  27. config VIDEO_EM28XX_DVB
  28. tristate "DVB/ATSC Support for em28xx based TV cards"
  29. depends on VIDEO_EM28XX && DVB_CORE
  30. select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
  31. select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
  32. select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  33. select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  34. select DVB_S921 if MEDIA_SUBDRV_AUTOSELECT
  35. select DVB_DRXD if MEDIA_SUBDRV_AUTOSELECT
  36. select DVB_CXD2820R if MEDIA_SUBDRV_AUTOSELECT
  37. select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT
  38. select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
  39. select DVB_TDA10071 if MEDIA_SUBDRV_AUTOSELECT
  40. select DVB_A8293 if MEDIA_SUBDRV_AUTOSELECT
  41. select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
  42. select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
  43. select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
  44. select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
  45. ---help---
  46. This adds support for DVB cards based on the
  47. Empiatech em28xx chips.
  48. config VIDEO_EM28XX_RC
  49. tristate "EM28XX Remote Controller support"
  50. depends on RC_CORE
  51. depends on VIDEO_EM28XX
  52. depends on !(RC_CORE=m && VIDEO_EM28XX=y)
  53. default VIDEO_EM28XX
  54. ---help---
  55. Enables Remote Controller support on em28xx driver.