brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 5c959bb Raw
37 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_CX183	tristate "Conexant cx23418 MPEG encoder support"4	depends on VIDEO_DEV && DVB_CORE && PCI && I2C5	select I2C_ALGOBIT6	select VIDEOBUF2_VMALLOC7	depends on RC_CORE8	select VIDEO_TUNER9	select VIDEO_TVEEPROM10	select VIDEO_CX2341X11	select VIDEO_CS534512	select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT13	select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT14	select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT15	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT16	select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT17	help18	  This is a video4linux driver for Conexant cx23418 based19	  PCI combo video recorder devices.20 21	  This is used in devices such as the Hauppauge HVR-160022	  cards.23 24	  To compile this driver as a module, choose M here: the25	  module will be called cx18.26 27config VIDEO_CX18_ALSA28	tristate "Conexant 23418 DMA audio support"29	depends on VIDEO_CX18 && SND30	select SND_PCM31	help32	  This is a video4linux driver for direct (DMA) audio on33	  Conexant 23418 based TV cards using ALSA.34 35	  To compile this driver as a module, choose M here: the36	  module will be called cx18-alsa.37