Kconfig (a3b91d8bd1e034c8ed89d3f55243478af97a0a52) | Kconfig (85f7cd3a2aadd3be9652ce105370f561ff755a26) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_CX231XX 3 tristate "Conexant cx231xx USB video capture support" | 1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_CX231XX 3 tristate "Conexant cx231xx USB video capture support" |
4 depends on I2C && I2C_MUX | 4 depends on VIDEO_DEV && I2C && I2C_MUX |
5 select VIDEO_TUNER 6 select VIDEO_TVEEPROM 7 select VIDEOBUF2_VMALLOC 8 select VIDEO_CX25840 9 select VIDEO_CX2341X 10 11 help 12 This is a video4linux driver for Conexant 231xx USB based TV cards. --- 22 unchanged lines hidden (view full) --- 35 help 36 This is an ALSA driver for Cx231xx USB based TV cards. 37 38 To compile this driver as a module, choose M here: the 39 module will be called cx231xx-alsa 40 41config VIDEO_CX231XX_DVB 42 tristate "DVB/ATSC Support for Cx231xx based TV cards" | 5 select VIDEO_TUNER 6 select VIDEO_TVEEPROM 7 select VIDEOBUF2_VMALLOC 8 select VIDEO_CX25840 9 select VIDEO_CX2341X 10 11 help 12 This is a video4linux driver for Conexant 231xx USB based TV cards. --- 22 unchanged lines hidden (view full) --- 35 help 36 This is an ALSA driver for Cx231xx USB based TV cards. 37 38 To compile this driver as a module, choose M here: the 39 module will be called cx231xx-alsa 40 41config VIDEO_CX231XX_DVB 42 tristate "DVB/ATSC Support for Cx231xx based TV cards" |
43 depends on VIDEO_CX231XX | 43 depends on VIDEO_CX231XX && DVB_CORE |
44 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 45 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 46 select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT 47 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 48 select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT 49 select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 50 select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT 51 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 52 select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 53 select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT 54 select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT 55 56 help 57 This adds support for DVB cards based on the 58 Conexant cx231xx chips. | 44 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 45 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 46 select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT 47 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 48 select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT 49 select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 50 select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT 51 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 52 select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 53 select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT 54 select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT 55 56 help 57 This adds support for DVB cards based on the 58 Conexant cx231xx chips. |