1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2b285192aSMauro Carvalho Chehabconfig VIDEO_CX18 3b285192aSMauro Carvalho Chehab tristate "Conexant cx23418 MPEG encoder support" 49958d30fSMauro Carvalho Chehab depends on VIDEO_DEV && DVB_CORE && PCI && I2C 5b285192aSMauro Carvalho Chehab select I2C_ALGOBIT 6*643e8350SHans Verkuil select VIDEOBUF2_VMALLOC 7b285192aSMauro Carvalho Chehab depends on RC_CORE 8b285192aSMauro Carvalho Chehab select VIDEO_TUNER 9b285192aSMauro Carvalho Chehab select VIDEO_TVEEPROM 10b285192aSMauro Carvalho Chehab select VIDEO_CX2341X 11b285192aSMauro Carvalho Chehab select VIDEO_CS5345 12fccea74fSMauro Carvalho Chehab select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT 13fccea74fSMauro Carvalho Chehab select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 14fccea74fSMauro Carvalho Chehab select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT 15fccea74fSMauro Carvalho Chehab select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 16fccea74fSMauro Carvalho Chehab select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT 17b60a5b8dSMauro Carvalho Chehab help 18b285192aSMauro Carvalho Chehab This is a video4linux driver for Conexant cx23418 based 19b285192aSMauro Carvalho Chehab PCI combo video recorder devices. 20b285192aSMauro Carvalho Chehab 21b285192aSMauro Carvalho Chehab This is used in devices such as the Hauppauge HVR-1600 22b285192aSMauro Carvalho Chehab cards. 23b285192aSMauro Carvalho Chehab 24b285192aSMauro Carvalho Chehab To compile this driver as a module, choose M here: the 25b285192aSMauro Carvalho Chehab module will be called cx18. 26b285192aSMauro Carvalho Chehab 27b285192aSMauro Carvalho Chehabconfig VIDEO_CX18_ALSA 28b285192aSMauro Carvalho Chehab tristate "Conexant 23418 DMA audio support" 292cca7d4eSHans Verkuil depends on VIDEO_CX18 && SND 30b285192aSMauro Carvalho Chehab select SND_PCM 31b60a5b8dSMauro Carvalho Chehab help 32b285192aSMauro Carvalho Chehab This is a video4linux driver for direct (DMA) audio on 33b285192aSMauro Carvalho Chehab Conexant 23418 based TV cards using ALSA. 34b285192aSMauro Carvalho Chehab 35b285192aSMauro Carvalho Chehab To compile this driver as a module, choose M here: the 36b285192aSMauro Carvalho Chehab module will be called cx18-alsa. 37