18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig VIDEO_CX231XX 38c2ecf20Sopenharmony_ci tristate "Conexant cx231xx USB video capture support" 48c2ecf20Sopenharmony_ci depends on VIDEO_DEV && I2C && I2C_MUX 58c2ecf20Sopenharmony_ci select VIDEO_TUNER 68c2ecf20Sopenharmony_ci select VIDEO_TVEEPROM 78c2ecf20Sopenharmony_ci select VIDEOBUF2_VMALLOC 88c2ecf20Sopenharmony_ci select VIDEO_CX25840 98c2ecf20Sopenharmony_ci select VIDEO_CX2341X 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci help 128c2ecf20Sopenharmony_ci This is a video4linux driver for Conexant 231xx USB based TV cards. 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 158c2ecf20Sopenharmony_ci module will be called cx231xx 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciconfig VIDEO_CX231XX_RC 188c2ecf20Sopenharmony_ci bool "Conexant cx231xx Remote Controller additional support" 198c2ecf20Sopenharmony_ci depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX 208c2ecf20Sopenharmony_ci depends on VIDEO_CX231XX 218c2ecf20Sopenharmony_ci default y 228c2ecf20Sopenharmony_ci help 238c2ecf20Sopenharmony_ci cx231xx hardware has a builtin RX/TX support. However, a few 248c2ecf20Sopenharmony_ci designs opted to not use it, but, instead, some other hardware. 258c2ecf20Sopenharmony_ci This module enables the usage of those other hardware, like the 268c2ecf20Sopenharmony_ci ones used with ISDB-T boards. 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci On most cases, all you need for IR is mceusb module. 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ciconfig VIDEO_CX231XX_ALSA 318c2ecf20Sopenharmony_ci tristate "Conexant Cx231xx ALSA audio module" 328c2ecf20Sopenharmony_ci depends on VIDEO_CX231XX && SND 338c2ecf20Sopenharmony_ci select SND_PCM 348c2ecf20Sopenharmony_ci 358c2ecf20Sopenharmony_ci help 368c2ecf20Sopenharmony_ci This is an ALSA driver for Cx231xx USB based TV cards. 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 398c2ecf20Sopenharmony_ci module will be called cx231xx-alsa 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ciconfig VIDEO_CX231XX_DVB 428c2ecf20Sopenharmony_ci tristate "DVB/ATSC Support for Cx231xx based TV cards" 438c2ecf20Sopenharmony_ci depends on VIDEO_CX231XX && DVB_CORE 448c2ecf20Sopenharmony_ci select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 458c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 468c2ecf20Sopenharmony_ci select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT 478c2ecf20Sopenharmony_ci select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 488c2ecf20Sopenharmony_ci select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT 498c2ecf20Sopenharmony_ci select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 508c2ecf20Sopenharmony_ci select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT 518c2ecf20Sopenharmony_ci select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 528c2ecf20Sopenharmony_ci select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 538c2ecf20Sopenharmony_ci select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT 548c2ecf20Sopenharmony_ci select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT 558c2ecf20Sopenharmony_ci 568c2ecf20Sopenharmony_ci help 578c2ecf20Sopenharmony_ci This adds support for DVB cards based on the 588c2ecf20Sopenharmony_ci Conexant cx231xx chips. 59