xref: /openbmc/linux/drivers/media/usb/au0828/Kconfig (revision a3b91d8b)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config VIDEO_AU0828
4	tristate "Auvitek AU0828 support"
5	depends on I2C && INPUT && USB
6	select MEDIA_CONTROLLER
7	select MEDIA_CONTROLLER_DVB
8	select I2C_ALGOBIT
9	select VIDEO_TVEEPROM
10	select VIDEOBUF2_VMALLOC
11	select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT
12	select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
13	select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
14	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
15	help
16	  This is a hybrid analog/digital tv capture driver for
17	  Auvitek's AU0828 USB device.
18
19	  To compile this driver as a module, choose M here: the
20	  module will be called au0828
21
22config VIDEO_AU0828_V4L2
23	bool "Auvitek AU0828 v4l2 analog video support"
24	depends on VIDEO_AU0828
25	select VIDEO_TUNER
26	default y
27	help
28	  This is a video4linux driver for Auvitek's USB device.
29
30	  Choose Y here to include support for v4l2 analog video
31	  capture within the au0828 driver.
32
33config VIDEO_AU0828_RC
34	bool "AU0828 Remote Controller support"
35	depends on RC_CORE
36	depends on !(RC_CORE=m && VIDEO_AU0828=y)
37	depends on VIDEO_AU0828
38	help
39	   Enables Remote Controller support on au0828 driver.
40