2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-04-19 04:34:00 +04:00
|
|
|
|
|
|
|
config VIDEO_AU0828
|
|
|
|
tristate "Auvitek AU0828 support"
|
2018-01-04 13:31:32 +03:00
|
|
|
depends on I2C && INPUT && DVB_CORE && USB && VIDEO_V4L2
|
2019-04-02 03:40:20 +03:00
|
|
|
select MEDIA_CONTROLLER
|
|
|
|
select MEDIA_CONTROLLER_DVB
|
2008-04-19 04:34:00 +04:00
|
|
|
select I2C_ALGOBIT
|
2008-05-04 04:23:51 +04:00
|
|
|
select VIDEO_TVEEPROM
|
2018-01-04 16:43:50 +03:00
|
|
|
select VIDEOBUF2_VMALLOC if VIDEO_V4L2
|
2012-08-20 21:48:02 +04:00
|
|
|
select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
|
2019-03-20 13:39:44 +03:00
|
|
|
help
|
2012-12-04 18:30:00 +04:00
|
|
|
This is a hybrid analog/digital tv capture driver for
|
|
|
|
Auvitek's AU0828 USB device.
|
2008-04-19 04:34:00 +04:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
2008-04-18 05:30:22 +04:00
|
|
|
module will be called au0828
|
2012-12-04 18:30:00 +04:00
|
|
|
|
|
|
|
config VIDEO_AU0828_V4L2
|
|
|
|
bool "Auvitek AU0828 v4l2 analog video support"
|
2018-01-04 16:43:50 +03:00
|
|
|
depends on VIDEO_AU0828
|
|
|
|
depends on VIDEO_V4L2=y || VIDEO_V4L2=VIDEO_AU0828
|
2012-12-04 18:30:00 +04:00
|
|
|
select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
|
2014-06-10 01:49:01 +04:00
|
|
|
select VIDEO_TUNER
|
2012-12-04 18:30:00 +04:00
|
|
|
default y
|
2019-03-20 13:39:44 +03:00
|
|
|
help
|
2012-12-04 18:30:00 +04:00
|
|
|
This is a video4linux driver for Auvitek's USB device.
|
|
|
|
|
|
|
|
Choose Y here to include support for v4l2 analog video
|
|
|
|
capture within the au0828 driver.
|
2014-07-25 05:49:02 +04:00
|
|
|
|
|
|
|
config VIDEO_AU0828_RC
|
|
|
|
bool "AU0828 Remote Controller support"
|
|
|
|
depends on RC_CORE
|
2017-08-25 01:22:28 +03:00
|
|
|
depends on !(RC_CORE=m && VIDEO_AU0828=y)
|
2014-07-25 05:49:02 +04:00
|
|
|
depends on VIDEO_AU0828
|
2019-03-20 13:39:44 +03:00
|
|
|
help
|
2014-07-25 05:49:02 +04:00
|
|
|
Enables Remote Controller support on au0828 driver.
|