V4L/DVB (8059): Add missing select for MEDIA_TUNER_TDA827X
$ find linux/drivers/media/dvb -exec grep -l tda827x_attach '{}' \; linux/drivers/media/dvb/dvb-usb/m920x.c linux/drivers/media/dvb/ttpci/budget-ci.c Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
@@ -120,6 +120,7 @@ config DVB_USB_M920X
|
|||||||
depends on DVB_USB
|
depends on DVB_USB
|
||||||
select DVB_MT352 if !DVB_FE_CUSTOMISE
|
select DVB_MT352 if !DVB_FE_CUSTOMISE
|
||||||
select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
|
select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
|
||||||
|
select MEDIA_TUNER_TDA827X if !DVB_FE_CUSTOMISE
|
||||||
help
|
help
|
||||||
Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
|
Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
|
||||||
Currently, only devices with a product id of
|
Currently, only devices with a product id of
|
||||||
|
@@ -107,6 +107,7 @@ config DVB_BUDGET_CI
|
|||||||
select DVB_TDA1004X if !DVB_FE_CUSTOMISE
|
select DVB_TDA1004X if !DVB_FE_CUSTOMISE
|
||||||
select DVB_LNBP21 if !DVB_FE_CUSTOMISE
|
select DVB_LNBP21 if !DVB_FE_CUSTOMISE
|
||||||
select DVB_TDA10023 if !DVB_FE_CUSTOMISE
|
select DVB_TDA10023 if !DVB_FE_CUSTOMISE
|
||||||
|
select MEDIA_TUNER_TDA827X if !DVB_FE_CUSTOMISE
|
||||||
select VIDEO_IR
|
select VIDEO_IR
|
||||||
help
|
help
|
||||||
Support for simple SAA7146 based DVB cards
|
Support for simple SAA7146 based DVB cards
|
||||||
|
Reference in New Issue
Block a user