xref: /openbmc/linux/drivers/media/usb/stk1160/Kconfig (revision 8851b9f1)
1config 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.
21