Kconfig 595 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config VIDEO_STK1160_COMMON
  3. tristate "STK1160 USB video capture support"
  4. depends on VIDEO_DEV && I2C
  5. help
  6. This is a video4linux driver for STK1160 based video capture devices.
  7. To compile this driver as a module, choose M here: the
  8. module will be called stk1160.
  9. This driver only provides support for video capture. For audio
  10. capture, you need to select the snd-usb-audio driver (i.e.
  11. CONFIG_SND_USB_AUDIO).
  12. config VIDEO_STK1160
  13. tristate
  14. depends on VIDEO_STK1160_COMMON
  15. default y
  16. select VIDEOBUF2_VMALLOC
  17. select VIDEO_SAA711X