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