Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 config VIDEO_AU0828
0004         tristate "Auvitek AU0828 support"
0005         depends on I2C && INPUT && DVB_CORE && USB && VIDEO_DEV
0006         select MEDIA_CONTROLLER
0007         select MEDIA_CONTROLLER_DVB
0008         select I2C_ALGOBIT
0009         select VIDEO_TVEEPROM
0010         select VIDEOBUF2_VMALLOC if VIDEO_DEV
0011         select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT
0012         select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
0013         select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
0014         select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
0015         help
0016           This is a hybrid analog/digital tv capture driver for
0017           Auvitek's AU0828 USB device.
0018 
0019           To compile this driver as a module, choose M here: the
0020           module will be called au0828
0021 
0022 config VIDEO_AU0828_V4L2
0023         bool "Auvitek AU0828 v4l2 analog video support"
0024         depends on VIDEO_AU0828
0025         depends on VIDEO_DEV=y || VIDEO_DEV=VIDEO_AU0828
0026         select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
0027         select VIDEO_TUNER
0028         default y
0029         help
0030           This is a video4linux driver for Auvitek's USB device.
0031 
0032           Choose Y here to include support for v4l2 analog video
0033           capture within the au0828 driver.
0034 
0035 config VIDEO_AU0828_RC
0036         bool "AU0828 Remote Controller support"
0037         depends on RC_CORE
0038         depends on !(RC_CORE=m && VIDEO_AU0828=y)
0039         depends on VIDEO_AU0828
0040         help
0041            Enables Remote Controller support on au0828 driver.