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