Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. ---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_ONAIR_CREATOR
  14. bool "pvrusb2 driver support for OnAir Creator model"
  15. depends on VIDEO_PVRUSB2 && EXPERIMENTAL
  16. select VIDEO_SAA711X
  17. select VIDEO_CS53L32A
  18. ---help---
  19. This option enables support for the OnAir Creator USB tuner
  20. device. This is a hybrid device, however currently only
  21. analog mode is supported.
  22. If you are in doubt, say Y.
  23. config VIDEO_PVRUSB2_ONAIR_USB2
  24. bool "pvrusb2 driver support for OnAir USB2 model"
  25. depends on VIDEO_PVRUSB2 && EXPERIMENTAL
  26. select VIDEO_SAA711X
  27. select VIDEO_CS53L32A
  28. ---help---
  29. This option enables support for the OnAir USB2 tuner device
  30. (also known as the Sasem tuner). This is a hybrid device,
  31. however currently only analog mode is supported.
  32. If you are in doubt, say Y.
  33. config VIDEO_PVRUSB2_SYSFS
  34. bool "pvrusb2 sysfs support (EXPERIMENTAL)"
  35. default y
  36. depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
  37. ---help---
  38. This option enables the operation of a sysfs based
  39. interface for query and control of the pvrusb2 driver.
  40. This is not generally needed for v4l applications,
  41. although certain applications are optimized to take
  42. advantage of this feature.
  43. If you are in doubt, say Y.
  44. Note: This feature is experimental and subject to change.
  45. config VIDEO_PVRUSB2_DEBUGIFC
  46. bool "pvrusb2 debug interface"
  47. depends on VIDEO_PVRUSB2_SYSFS
  48. ---help---
  49. This option enables the inclusion of a debug interface
  50. in the pvrusb2 driver, hosted through sysfs.
  51. You do not need to select this option unless you plan
  52. on debugging the driver or performing a manual firmware
  53. extraction.
  54. If you are in doubt, say N.