Kconfig 2.7 KB

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