Kconfig 1.6 KB

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