Kconfig 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. config VIDEO_PVRUSB2
  2. tristate "Hauppauge WinTV-PVR USB2 support"
  3. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  4. select FW_LOADER
  5. select VIDEO_TUNER
  6. select VIDEO_TVEEPROM
  7. select VIDEO_CX2341X
  8. select VIDEO_SAA711X
  9. select VIDEO_CX25840
  10. select VIDEO_MSP3400
  11. select VIDEO_WM8775
  12. ---help---
  13. This is a video4linux driver for Conexant 23416 based
  14. usb2 personal video recorder devices.
  15. To compile this driver as a module, choose M here: the
  16. module will be called pvrusb2
  17. config VIDEO_PVRUSB2_ONAIR_CREATOR
  18. bool "pvrusb2 driver support for OnAir Creator model"
  19. depends on VIDEO_PVRUSB2 && EXPERIMENTAL
  20. select VIDEO_SAA711X
  21. select VIDEO_CS53L32A
  22. ---help---
  23. This option enables support for the OnAir Creator USB tuner
  24. device. This is a hybrid device, however currently only
  25. analog mode is supported.
  26. If you are in doubt, say Y.
  27. config VIDEO_PVRUSB2_ONAIR_USB2
  28. bool "pvrusb2 driver support for OnAir USB2 model"
  29. depends on VIDEO_PVRUSB2 && EXPERIMENTAL
  30. select VIDEO_SAA711X
  31. select VIDEO_CS53L32A
  32. ---help---
  33. This option enables support for the OnAir USB2 tuner device
  34. (also known as the Sasem tuner). This is a hybrid device,
  35. however currently only analog mode is supported.
  36. If you are in doubt, say Y.
  37. config VIDEO_PVRUSB2_SYSFS
  38. bool "pvrusb2 sysfs support (EXPERIMENTAL)"
  39. default y
  40. depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
  41. ---help---
  42. This option enables the operation of a sysfs based
  43. interface for query and control of the pvrusb2 driver.
  44. This is not generally needed for v4l applications,
  45. although certain applications are optimized to take
  46. advantage of this feature.
  47. If you are in doubt, say Y.
  48. Note: This feature is experimental and subject to change.
  49. config VIDEO_PVRUSB2_DVB
  50. bool "pvrusb2 DVB support (EXPERIMENTAL)"
  51. default n
  52. depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL
  53. ---help---
  54. This option enables compilation of a DVB interface for the
  55. pvrusb2 driver. Currently this is very very experimental.
  56. It is also limiting - the DVB interface can only access the
  57. side of hybrid devices, and there are going to be issues if
  58. you attempt to mess with the V4L side at the same time.
  59. Don't turn this on unless you know what you are doing.
  60. If you are in doubt, say N.
  61. Note: This feature is very experimental and might break
  62. config VIDEO_PVRUSB2_DEBUGIFC
  63. bool "pvrusb2 debug interface"
  64. depends on VIDEO_PVRUSB2_SYSFS
  65. ---help---
  66. This option enables the inclusion of a debug interface
  67. in the pvrusb2 driver, hosted through sysfs.
  68. You do not need to select this option unless you plan
  69. on debugging the driver or performing a manual firmware
  70. extraction.
  71. If you are in doubt, say N.