Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. config VIDEO_IVTV
  2. tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
  3. depends on VIDEO_V4L2 && PCI && I2C
  4. select I2C_ALGOBIT
  5. depends on RC_CORE
  6. select VIDEO_TUNER
  7. select VIDEO_TVEEPROM
  8. select VIDEO_CX2341X
  9. select VIDEO_CX25840
  10. select VIDEO_MSP3400
  11. select VIDEO_SAA711X
  12. select VIDEO_SAA717X
  13. select VIDEO_SAA7127
  14. select VIDEO_CS53L32A
  15. select VIDEO_M52790
  16. select VIDEO_WM8775
  17. select VIDEO_WM8739
  18. select VIDEO_VP27SMPX
  19. select VIDEO_UPD64031A
  20. select VIDEO_UPD64083
  21. ---help---
  22. This is a video4linux driver for Conexant cx23416 or cx23415 based
  23. PCI personal video recorder devices.
  24. This is used in devices such as the Hauppauge PVR-150/250/350/500
  25. cards. There is a driver homepage at <http://www.ivtvdriver.org>.
  26. To compile this driver as a module, choose M here: the
  27. module will be called ivtv.
  28. config VIDEO_IVTV_ALSA
  29. tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture"
  30. depends on VIDEO_IVTV && SND
  31. select SND_PCM
  32. ---help---
  33. This driver provides an ALSA interface as another method for user
  34. applications to obtain PCM audio data from Conexant cx23415/cx23416
  35. based PCI TV cards supported by the ivtv driver.
  36. The ALSA interface has much wider use in user applications performing
  37. PCM audio capture, than the V4L2 "/dev/video24" PCM audio interface
  38. provided by the main ivtv driver.
  39. To compile this driver as a module, choose M here: the
  40. module will be called ivtv-alsa.
  41. config VIDEO_FB_IVTV
  42. tristate "Conexant cx23415 framebuffer support"
  43. depends on VIDEO_IVTV && FB
  44. select FB_CFB_FILLRECT
  45. select FB_CFB_COPYAREA
  46. select FB_CFB_IMAGEBLIT
  47. ---help---
  48. This is a framebuffer driver for the Conexant cx23415 MPEG
  49. encoder/decoder.
  50. This is used in the Hauppauge PVR-350 card. There is a driver
  51. homepage at <http://www.ivtvdriver.org>.
  52. In order to use this module, you will need to boot with PAT disabled
  53. on x86 systems, using the nopat kernel parameter.
  54. To compile this driver as a module, choose M here: the
  55. module will be called ivtvfb.