Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config VIDEO_GO7007
  3. tristate "WIS GO7007 MPEG encoder support"
  4. depends on VIDEO_DEV && I2C
  5. depends on SND && USB
  6. select VIDEOBUF2_VMALLOC
  7. select VIDEO_TUNER
  8. select CYPRESS_FIRMWARE
  9. select SND_PCM
  10. select VIDEO_SONY_BTF_MPX if MEDIA_SUBDRV_AUTOSELECT
  11. select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
  12. select VIDEO_TW2804 if MEDIA_SUBDRV_AUTOSELECT
  13. select VIDEO_TW9903 if MEDIA_SUBDRV_AUTOSELECT
  14. select VIDEO_TW9906 if MEDIA_SUBDRV_AUTOSELECT
  15. select VIDEO_UDA1342 if MEDIA_SUBDRV_AUTOSELECT
  16. select VIDEO_OV7640 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR
  17. help
  18. This is a video4linux driver for the WIS GO7007 MPEG
  19. encoder chip.
  20. To compile this driver as a module, choose M here: the
  21. module will be called go7007.
  22. config VIDEO_GO7007_USB
  23. tristate "WIS GO7007 USB support"
  24. depends on VIDEO_GO7007 && USB
  25. help
  26. This is a video4linux driver for the WIS GO7007 MPEG
  27. encoder chip over USB.
  28. To compile this driver as a module, choose M here: the
  29. module will be called go7007-usb.
  30. config VIDEO_GO7007_LOADER
  31. tristate "WIS GO7007 Loader support"
  32. depends on VIDEO_GO7007
  33. default y
  34. help
  35. This is a go7007 firmware loader driver for the WIS GO7007
  36. MPEG encoder chip over USB.
  37. To compile this driver as a module, choose M here: the
  38. module will be called go7007-loader.
  39. config VIDEO_GO7007_USB_S2250_BOARD
  40. tristate "Sensoray 2250/2251 support"
  41. depends on VIDEO_GO7007_USB && USB
  42. help
  43. This is a video4linux driver for the Sensoray 2250/2251 device.
  44. To compile this driver as a module, choose M here: the
  45. module will be called s2250.