blob: 1c3a1ec00237c4b6b2e2f3d10a2e7205d6d853fc [file] [log] [blame]
Ezequiel GarcĂ­a9cb21732012-08-11 14:32:57 -03001config VIDEO_STK1160
2 tristate "STK1160 USB video capture support"
3 depends on VIDEO_DEV && I2C
4 select VIDEOBUF2_VMALLOC
5 select VIDEO_SAA711X
6
7 ---help---
8 This is a video4linux driver for STK1160 based video capture devices.
9
10 To compile this driver as a module, choose M here: the
11 module will be called stk1160
12
13config VIDEO_STK1160_AC97
14 bool "STK1160 AC97 codec support"
15 depends on VIDEO_STK1160 && SND
16 select SND_AC97_CODEC
17
18 ---help---
19 Enables AC97 codec support for stk1160 driver.
20.