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