Kconfig 505 B

1234567891011121314151617181920
  1. config VIDEO_STK1160
  2. tristate "STK1160 USB video capture support"
  3. depends on VIDEO_DEV && I2C
  4. select VIDEOBUF2_VMALLOC
  5. select VIDEO_SAA711X
  6. ---help---
  7. 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
  10. config VIDEO_STK1160_AC97
  11. bool "STK1160 AC97 codec support"
  12. depends on VIDEO_STK1160 && SND
  13. select SND_AC97_CODEC
  14. ---help---
  15. Enables AC97 codec support for stk1160 driver.
  16. .