Kconfig 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. config VIDEO_PVRUSB2
  2. tristate "Hauppauge WinTV-PVR USB2 support"
  3. depends on VIDEO_V4L2 && USB && I2C && EXPERIMENTAL
  4. select FW_LOADER
  5. select VIDEO_TUNER
  6. select VIDEO_TVEEPROM
  7. select VIDEO_CX2341X
  8. ---help---
  9. This is a video4linux driver for Conexant 23416 based
  10. usb2 personal video recorder devices.
  11. To compile this driver as a module, choose M here: the
  12. module will be called pvrusb2
  13. config VIDEO_PVRUSB2_29XXX
  14. bool "Hauppauge WinTV-PVR USB2 support for 29xxx model series"
  15. depends on VIDEO_PVRUSB2 && EXPERIMENTAL
  16. select VIDEO_SAA711X
  17. select VIDEO_MSP3400
  18. ---help---
  19. This option enables support for WinTV-PVR USB2 devices whose
  20. model number is of the form "29xxx" (leading prefix of "29"
  21. followed by 3 digits).
  22. To see if you may need this option, examine the white
  23. sticker on the underside of your device.
  24. If you are in doubt, say Y.
  25. config VIDEO_PVRUSB2_24XXX
  26. bool "Hauppauge WinTV-PVR USB2 support for 24xxx model series"
  27. depends on VIDEO_PVRUSB2 && EXPERIMENTAL
  28. select VIDEO_CX25840
  29. select VIDEO_WM8775
  30. ---help---
  31. This option enables inclusion of additional logic to operate
  32. newer WinTV-PVR USB2 devices whose model number is of the
  33. form "24xxx" (leading prefix of "24" followed by 3 digits).
  34. To see if you may need this option, examine the white
  35. sticker on the underside of your device. Enabling this
  36. option will not harm support for older devices.
  37. If you are in doubt, say Y.
  38. config VIDEO_PVRUSB2_SYSFS
  39. bool "pvrusb2 sysfs support (EXPERIMENTAL)"
  40. default y
  41. depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
  42. ---help---
  43. This option enables the operation of a sysfs based
  44. interface for query and control of the pvrusb2 driver.
  45. This is not generally needed for v4l applications,
  46. although certain applications are optimized to take
  47. advantage of this feature.
  48. If you are in doubt, say Y.
  49. Note: This feature is experimental and subject to change.
  50. config VIDEO_PVRUSB2_DEBUGIFC
  51. bool "pvrusb2 debug interface"
  52. depends on VIDEO_PVRUSB2_SYSFS
  53. ---help---
  54. This option enables the inclusion of a debug interface
  55. in the pvrusb2 driver, hosted through sysfs.
  56. You do not need to select this option unless you plan
  57. on debugging the driver or performing a manual firmware
  58. extraction.
  59. If you are in doubt, say N.