42 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config VIDEO_AU08284 tristate "Auvitek AU0828 support"5 depends on I2C && INPUT && DVB_CORE && USB && VIDEO_DEV6 select MEDIA_CONTROLLER7 select MEDIA_CONTROLLER_DVB8 select I2C_ALGOBIT9 select VIDEO_TVEEPROM10 select VIDEOBUF2_VMALLOC if VIDEO_DEV11 select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT12 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT13 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT14 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT15 help16 This is a hybrid analog/digital tv capture driver for17 Auvitek's AU0828 USB device.18 19 To compile this driver as a module, choose M here: the20 module will be called au082821 22config VIDEO_AU0828_V4L223 bool "Auvitek AU0828 v4l2 analog video support"24 depends on VIDEO_AU082825 depends on VIDEO_DEV=y || VIDEO_DEV=VIDEO_AU082826 select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT27 select VIDEO_TUNER28 default y29 help30 This is a video4linux driver for Auvitek's USB device.31 32 Choose Y here to include support for v4l2 analog video33 capture within the au0828 driver.34 35config VIDEO_AU0828_RC36 bool "AU0828 Remote Controller support"37 depends on RC_CORE38 depends on !(RC_CORE=m && VIDEO_AU0828=y)39 depends on VIDEO_AU082840 help41 Enables Remote Controller support on au0828 driver.42