162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig VIDEO_CX231XX 362306a36Sopenharmony_ci tristate "Conexant cx231xx USB video capture support" 462306a36Sopenharmony_ci depends on VIDEO_DEV && I2C && I2C_MUX 562306a36Sopenharmony_ci select VIDEO_TUNER 662306a36Sopenharmony_ci select VIDEO_TVEEPROM 762306a36Sopenharmony_ci select VIDEOBUF2_VMALLOC 862306a36Sopenharmony_ci select VIDEO_CX25840 962306a36Sopenharmony_ci select VIDEO_CX2341X 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci help 1262306a36Sopenharmony_ci This is a video4linux driver for Conexant 231xx USB based TV cards. 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 1562306a36Sopenharmony_ci module will be called cx231xx 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciconfig VIDEO_CX231XX_RC 1862306a36Sopenharmony_ci bool "Conexant cx231xx Remote Controller additional support" 1962306a36Sopenharmony_ci depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX 2062306a36Sopenharmony_ci depends on VIDEO_CX231XX 2162306a36Sopenharmony_ci select BITREVERSE 2262306a36Sopenharmony_ci default y 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci cx231xx hardware has a builtin RX/TX support. However, a few 2562306a36Sopenharmony_ci designs opted to not use it, but, instead, some other hardware. 2662306a36Sopenharmony_ci This module enables the usage of those other hardware, like the 2762306a36Sopenharmony_ci ones used with ISDB-T boards. 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci On most cases, all you need for IR is mceusb module. 3062306a36Sopenharmony_ci 3162306a36Sopenharmony_ciconfig VIDEO_CX231XX_ALSA 3262306a36Sopenharmony_ci tristate "Conexant Cx231xx ALSA audio module" 3362306a36Sopenharmony_ci depends on VIDEO_CX231XX && SND 3462306a36Sopenharmony_ci select SND_PCM 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ci help 3762306a36Sopenharmony_ci This is an ALSA driver for Cx231xx USB based TV cards. 3862306a36Sopenharmony_ci 3962306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 4062306a36Sopenharmony_ci module will be called cx231xx-alsa 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ciconfig VIDEO_CX231XX_DVB 4362306a36Sopenharmony_ci tristate "DVB/ATSC Support for Cx231xx based TV cards" 4462306a36Sopenharmony_ci depends on VIDEO_CX231XX && DVB_CORE 4562306a36Sopenharmony_ci select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 4662306a36Sopenharmony_ci select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 4762306a36Sopenharmony_ci select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT 4862306a36Sopenharmony_ci select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 4962306a36Sopenharmony_ci select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT 5062306a36Sopenharmony_ci select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 5162306a36Sopenharmony_ci select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT 5262306a36Sopenharmony_ci select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 5362306a36Sopenharmony_ci select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 5462306a36Sopenharmony_ci select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT 5562306a36Sopenharmony_ci select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT 5662306a36Sopenharmony_ci 5762306a36Sopenharmony_ci help 5862306a36Sopenharmony_ci This adds support for DVB cards based on the 5962306a36Sopenharmony_ci Conexant cx231xx chips. 60