linux/drivers/media/usb/stk1160/Kconfig
<<
>>
Prefs
   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
  10
  11config VIDEO_STK1160_AC97
  12        bool "STK1160 AC97 codec support"
  13        depends on VIDEO_STK1160_COMMON && SND
  14
  15        ---help---
  16          Enables AC97 codec support for stk1160 driver.
  17
  18config 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
  25