Kconfig 917 B

12345678910111213141516171819202122232425262728
  1. config VIDEO_AU0828
  2. tristate "Auvitek AU0828 support"
  3. depends on I2C && INPUT && DVB_CORE && USB
  4. select I2C_ALGOBIT
  5. select VIDEO_TVEEPROM
  6. select VIDEOBUF_VMALLOC
  7. select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT
  8. select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
  9. select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
  10. select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
  11. ---help---
  12. This is a hybrid analog/digital tv capture driver for
  13. Auvitek's AU0828 USB device.
  14. To compile this driver as a module, choose M here: the
  15. module will be called au0828
  16. config VIDEO_AU0828_V4L2
  17. bool "Auvitek AU0828 v4l2 analog video support"
  18. depends on VIDEO_AU0828 && VIDEO_V4L2
  19. select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
  20. default y
  21. ---help---
  22. This is a video4linux driver for Auvitek's USB device.
  23. Choose Y here to include support for v4l2 analog video
  24. capture within the au0828 driver.