forked from Minki/linux
4c56b04af6
This patch is on behalf of Stephen Backway <stev391@email.com>, and represents two patches I received (and some subsequent whitespace cleanup I had due to how I pulled the patches). From the original author: a) Add DVB support for the Leadtek Winfast PxDVR3200 H. b) The tuner callback previously checked the command 3 times: 1) To see if it was the XC2028_RESET_CLK 2) To see if it was not the XC2028_RESET_TUNER 3) To see if it was the XC2028_RESET_TUNER This patch removes the third check. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Stephen Backway <stev391@email.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
31 lines
988 B
Plaintext
31 lines
988 B
Plaintext
config VIDEO_CX23885
|
|
tristate "Conexant cx23885 (2388x successor) support"
|
|
depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT
|
|
select I2C_ALGOBIT
|
|
select VIDEO_BTCX
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select VIDEO_IR
|
|
select VIDEOBUF_DVB
|
|
select VIDEOBUF_DMA_SG
|
|
select VIDEO_CX25840
|
|
select VIDEO_CX2341X
|
|
select DVB_DIB7000P if !DVB_FE_CUSTOMISE
|
|
select MEDIA_TUNER_MT2131 if !DVB_FE_CUSTOMISE
|
|
select DVB_S5H1409 if !DVB_FE_CUSTOMISE
|
|
select DVB_S5H1411 if !DVB_FE_CUSTOMISE
|
|
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
|
|
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
|
|
select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMIZE
|
|
select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE
|
|
select MEDIA_TUNER_TDA18271 if !DVB_FE_CUSTOMIZE
|
|
select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMIZE
|
|
select DVB_TDA10048 if !DVB_FE_CUSTOMIZE
|
|
---help---
|
|
This is a video4linux driver for Conexant 23885 based
|
|
TV cards.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called cx23885
|
|
|