Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. config VIDEO_AU0828
  2. tristate "Auvitek AU0828 support"
  3. depends on I2C && INPUT && DVB_CORE && USB && VIDEO_V4L2
  4. select I2C_ALGOBIT
  5. select VIDEO_TVEEPROM
  6. select VIDEOBUF2_VMALLOC if VIDEO_V4L2
  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
  19. depends on VIDEO_V4L2=y || VIDEO_V4L2=VIDEO_AU0828
  20. select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
  21. select VIDEO_TUNER
  22. default y
  23. ---help---
  24. This is a video4linux driver for Auvitek's USB device.
  25. Choose Y here to include support for v4l2 analog video
  26. capture within the au0828 driver.
  27. config VIDEO_AU0828_RC
  28. bool "AU0828 Remote Controller support"
  29. depends on RC_CORE
  30. depends on !(RC_CORE=m && VIDEO_AU0828=y)
  31. depends on VIDEO_AU0828
  32. ---help---
  33. Enables Remote Controller support on au0828 driver.