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