Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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 VIDEOBUF2_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. select VIDEO_TUNER
  21. default y
  22. ---help---
  23. This is a video4linux driver for Auvitek's USB device.
  24. Choose Y here to include support for v4l2 analog video
  25. capture within the au0828 driver.
  26. config VIDEO_AU0828_RC
  27. bool "AU0828 Remote Controller support"
  28. depends on RC_CORE
  29. depends on VIDEO_AU0828
  30. ---help---
  31. Enables Remote Controller support on au0828 driver.