Kconfig 645 B

123456789101112131415161718192021222324
  1. config VIDEO_STK1160_COMMON
  2. tristate "STK1160 USB video capture support"
  3. depends on VIDEO_DEV && I2C
  4. ---help---
  5. This is a video4linux driver for STK1160 based video capture devices.
  6. To compile this driver as a module, choose M here: the
  7. module will be called stk1160
  8. config VIDEO_STK1160_AC97
  9. bool "STK1160 AC97 codec support"
  10. depends on VIDEO_STK1160_COMMON && SND
  11. ---help---
  12. Enables AC97 codec support for stk1160 driver.
  13. config VIDEO_STK1160
  14. tristate
  15. depends on (!VIDEO_STK1160_AC97 || (SND='n') || SND) && VIDEO_STK1160_COMMON
  16. default y
  17. select VIDEOBUF2_VMALLOC
  18. select VIDEO_SAA711X
  19. select SND_AC97_CODEC if SND