brintos

brintos / linux-shallow public Read only

0
0
Text · 1.9 KiB · b80661b Raw
60 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_CX231XX3	tristate "Conexant cx231xx USB video capture support"4	depends on VIDEO_DEV && I2C && I2C_MUX5	select VIDEO_TUNER6	select VIDEO_TVEEPROM7	select VIDEOBUF2_VMALLOC8	select VIDEO_CX258409	select VIDEO_CX2341X10 11	help12	  This is a video4linux driver for Conexant 231xx USB based TV cards.13 14	  To compile this driver as a module, choose M here: the15	  module will be called cx231xx16 17config VIDEO_CX231XX_RC18	bool "Conexant cx231xx Remote Controller additional support"19	depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX20	depends on VIDEO_CX231XX21	select BITREVERSE22	default y23	help24	  cx231xx hardware has a builtin RX/TX support. However, a few25	  designs opted to not use it, but, instead, some other hardware.26	  This module enables the usage of those other hardware, like the27	  ones used with ISDB-T boards.28 29	  On most cases, all you need for IR is mceusb module.30 31config VIDEO_CX231XX_ALSA32	tristate "Conexant Cx231xx ALSA audio module"33	depends on VIDEO_CX231XX && SND34	select SND_PCM35 36	help37	  This is an ALSA driver for Cx231xx USB based TV cards.38 39	  To compile this driver as a module, choose M here: the40	  module will be called cx231xx-alsa41 42config VIDEO_CX231XX_DVB43	tristate "DVB/ATSC Support for Cx231xx based TV cards"44	depends on VIDEO_CX231XX && DVB_CORE45	select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT46	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT47	select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT48	select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT49	select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT50	select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT51	select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT52	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT53	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT54	select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT55	select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT56 57	help58	  This adds support for DVB cards based on the59	  Conexant cx231xx chips.60