# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_VIDEO_CX25821[0m tristate "Conexant cx25821 support" depends on [31mCONFIG_VIDEO_DEV[0m && [31mCONFIG_PCI[0m && [31mCONFIG_I2C[0m select [31mCONFIG_I2C_ALGOBIT[0m select [31mCONFIG_VIDEOBUF2_DMA_SG[0m help This is a video4linux driver for Conexant 25821 based TV cards. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called cx25821 config [31mCONFIG_VIDEO_CX25821_ALSA[0m tristate "Conexant 25821 DMA audio support" depends on [31mCONFIG_VIDEO_CX25821[0m && [31mCONFIG_SND[0m select [31mCONFIG_SND_PCM[0m help This is a video4linux driver for direct (DMA) audio on Conexant 25821 based capture cards using ALSA. It only works with boards with function 01 enabled. To check if your board supports, use lspci -n. If supported, you should see 14f1:8801 or 14f1:8811 [31mCONFIG_PCI[0m device. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called cx25821-alsa. |