net: qmi_wwan: add Olivetti Olicard 500
[linux/fpc-iii.git] / drivers / media / usb / stk1160 / Kconfig
blob95584c15dc5aa7813444a3d51408142b8032b357
1 config VIDEO_STK1160_COMMON
2         tristate "STK1160 USB video capture support"
3         depends on VIDEO_DEV && I2C
5         ---help---
6           This is a video4linux driver for STK1160 based video capture devices.
8           To compile this driver as a module, choose M here: the
9           module will be called stk1160
11 config VIDEO_STK1160_AC97
12         bool "STK1160 AC97 codec support"
13         depends on VIDEO_STK1160_COMMON && SND
15         ---help---
16           Enables AC97 codec support for stk1160 driver.
18 config VIDEO_STK1160
19         tristate
20         depends on (!VIDEO_STK1160_AC97 || (SND='n') || SND) && VIDEO_STK1160_COMMON
21         default y
22         select VIDEOBUF2_VMALLOC
23         select VIDEO_SAA711X
24         select SND_AC97_CODEC if SND